summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--units/systemd-initctl.service.in1
-rw-r--r--units/systemd-logger.service.in1
-rw-r--r--units/systemd-shutdownd.service.in3
-rw-r--r--units/systemd-shutdownd.socket2
4 files changed, 5 insertions, 2 deletions
diff --git a/units/systemd-initctl.service.in b/units/systemd-initctl.service.in
index 6d56e12bf3..78f16c8cb8 100644
--- a/units/systemd-initctl.service.in
+++ b/units/systemd-initctl.service.in
@@ -13,3 +13,4 @@ DefaultDependencies=no
[Service]
ExecStart=@rootlibexecdir@/systemd-initctl
+NotifyAccess=all
diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in
index 2004438971..1e8e2cfa35 100644
--- a/units/systemd-logger.service.in
+++ b/units/systemd-logger.service.in
@@ -13,3 +13,4 @@ After=@SPECIAL_SYSLOG_SERVICE@
[Service]
ExecStart=@rootlibexecdir@/systemd-logger
+NotifyAccess=all
diff --git a/units/systemd-shutdownd.service.in b/units/systemd-shutdownd.service.in
index 5d0bd77a8f..292c3eded4 100644
--- a/units/systemd-shutdownd.service.in
+++ b/units/systemd-shutdownd.service.in
@@ -8,8 +8,9 @@
# See systemd.special(7) for details
[Unit]
-Description=systemd Shutdown Daemon
+Description=systemd Delayed Shutdown Daemon
DefaultDependencies=no
[Service]
ExecStart=@rootlibexecdir@/systemd-shutdownd
+NotifyAccess=all
diff --git a/units/systemd-shutdownd.socket b/units/systemd-shutdownd.socket
index 9a95fa92f0..fdf2a0643b 100644
--- a/units/systemd-shutdownd.socket
+++ b/units/systemd-shutdownd.socket
@@ -8,7 +8,7 @@
# See systemd.special(7) for details
[Unit]
-Description=systemd Shutdown Socket
+Description=systemd Delayed Shutdown Socket
DefaultDependencies=no
Before=sockets.target