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
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
# See systemd.special(7) for details
|
|
|
|
|
|
|
|
[Unit]
|
2010-10-20 22:48:01 +07:00
|
|
|
Description=Delayed Shutdown Socket
|
2010-08-16 20:37:52 +07:00
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sockets.target
|
|
|
|
|
|
|
|
[Socket]
|
2011-03-25 11:07:20 +07:00
|
|
|
ListenDatagram=/run/systemd/shutdownd
|
2011-08-02 03:42:07 +07:00
|
|
|
SocketMode=0600
|
2011-12-31 07:07:49 +07:00
|
|
|
PassCredentials=yes
|
2012-03-13 06:00:27 +07:00
|
|
|
PassSecurity=yes
|