chiark / gitweb /
units: enable notify interface for internals services
authorLennart Poettering <lennart@poettering.net>
Mon, 16 Aug 2010 13:41:30 +0000 (15:41 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 16 Aug 2010 13:41:30 +0000 (15:41 +0200)
units/systemd-initctl.service.in
units/systemd-logger.service.in
units/systemd-shutdownd.service.in
units/systemd-shutdownd.socket

index 6d56e12bf370d7b3e3d57f5b068cd5fdde49ce3e..78f16c8cb86953349b96686e1f3a2d390843f207 100644 (file)
@@ -13,3 +13,4 @@ DefaultDependencies=no
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-initctl
+NotifyAccess=all
index 200443897151e76fc6f1fadbb15aa66607e6e59c..1e8e2cfa352f144ac351253512c3068bfcc4afa1 100644 (file)
@@ -13,3 +13,4 @@ After=@SPECIAL_SYSLOG_SERVICE@
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-logger
+NotifyAccess=all
index 5d0bd77a8fc454867e1f3218f5d7b1824b114ade..292c3eded48fca2718108f7ea7d628836f9d5957 100644 (file)
@@ -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
index 9a95fa92f0d6c6173fac535a9932b5902e8c5082..fdf2a0643b45e309519a143dc5953441da122cda 100644 (file)
@@ -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