Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
d8fa9401
Commit
d8fa9401
authored
Aug 16, 2010
by
Lennart Poettering
Browse files
units: enable notify interface for internals services
parent
a145090c
Changes
4
Hide whitespace changes
Inline
Side-by-side
units/systemd-initctl.service.in
View file @
d8fa9401
...
...
@@ -13,3 +13,4 @@ DefaultDependencies=no
[Service]
ExecStart=@rootlibexecdir@/systemd-initctl
NotifyAccess=all
units/systemd-logger.service.in
View file @
d8fa9401
...
...
@@ -13,3 +13,4 @@ After=@SPECIAL_SYSLOG_SERVICE@
[Service]
ExecStart=@rootlibexecdir@/systemd-logger
NotifyAccess=all
units/systemd-shutdownd.service.in
View file @
d8fa9401
...
...
@@ -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
units/systemd-shutdownd.socket
View file @
d8fa9401
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment