sys-apps/systemd: Fix typo

This commit is contained in:
Daniele Rondina
2019-09-02 16:02:36 +02:00
parent 2905a357d4
commit 7be6cf6a40
+1 -1
View File
@@ -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