chiark / gitweb /
add a generator to pull rc-local.service in
[elogind.git] / units / systemd-shutdownd.socket
index 9a95fa92f0d6c6173fac535a9932b5902e8c5082..13b6c7a5cc3e93e3c36f2902828f8f7e8a055407 100644 (file)
@@ -8,9 +8,11 @@
 # See systemd.special(7) for details
 
 [Unit]
-Description=systemd Shutdown Socket
+Description=Delayed Shutdown Socket
 DefaultDependencies=no
 Before=sockets.target
 
 [Socket]
-ListenStream=@/org/freedesktop/systemd1/shutdownd
+ListenDatagram=/run/systemd/shutdownd
+SocketMode=0600
+PassCred=yes