From 7be6cf6a4041b135f47a580fa4261120fd4728dc Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Mon, 2 Sep 2019 16:02:36 +0200 Subject: [PATCH] sys-apps/systemd: Fix typo --- sys-apps/systemd/systemd-242-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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