mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-01 11:16:00 +00:00
units: enable notify interface for internals services
This commit is contained in:
@@ -13,3 +13,4 @@ DefaultDependencies=no
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootlibexecdir@/systemd-initctl
|
||||
NotifyAccess=all
|
||||
|
||||
@@ -13,3 +13,4 @@ After=@SPECIAL_SYSLOG_SERVICE@
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootlibexecdir@/systemd-logger
|
||||
NotifyAccess=all
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user