2010-08-16 21:37:52 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 06:20:58 +08: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 21:37:52 +08:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
2010-10-20 23:48:01 +08:00
|
|
|
Description=Delayed Shutdown Socket
|
2012-06-27 07:06:35 +08:00
|
|
|
Documentation=man:systemd-shutdownd.service(8)
|
2010-08-16 21:37:52 +08:00
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sockets.target
|
|
|
|
|
|
|
|
[Socket]
|
2011-03-25 12:07:20 +08:00
|
|
|
ListenDatagram=/run/systemd/shutdownd
|
2011-08-02 04:42:07 +08:00
|
|
|
SocketMode=0600
|
2011-12-31 08:07:49 +08:00
|
|
|
PassCredentials=yes
|
2012-03-13 07:00:27 +08:00
|
|
|
PassSecurity=yes
|