2010-08-16 20:37:52 +07:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 05:20:58 +07:00
|
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
2010-08-16 20:37:52 +07:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
2011-04-16 06:58:52 +07:00
|
|
|
Description=Delayed Shutdown Service
|
2012-06-27 06:06:35 +07:00
|
|
|
Documentation=man:systemd-shutdownd.service(8)
|
2010-08-16 20:37:52 +07:00
|
|
|
DefaultDependencies=no
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=@rootlibexecdir@/systemd-shutdownd
|
2010-08-16 20:41:30 +07:00
|
|
|
NotifyAccess=all
|