mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-27 13:57:26 +03:00
units: enable notify interface for internals services
This commit is contained in:
parent
a145090c82
commit
d8fa9401d3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user