diff --git a/sys-apps/systemd/systemd-242-r4.ebuild b/sys-apps/systemd/systemd-242-r4.ebuild index 8f82a5a36..3a0d3f96e 100644 --- a/sys-apps/systemd/systemd-242-r4.ebuild +++ b/sys-apps/systemd/systemd-242-r4.ebuild @@ -491,7 +491,7 @@ pkg_postinst() { # # systemctl daemon-reexec seems doesn't work after upgrade. # Failed to reload daemon: Access denied # The alternative solution that works better is: - kill -sTERM 1 + kill -TERM 1 # This reloaded the daemon, after which all the systemctl commands started working again. eend $? fi