diff options
Diffstat (limited to 'units/systemd-shutdownd.service.in')
-rw-r--r-- | units/systemd-shutdownd.service.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |