2010-05-17 02:49:41 +08: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.
|
|
|
|
|
2010-05-17 04:45:11 +08:00
|
|
|
# See systemd.special(7) for details
|
|
|
|
|
2010-04-23 11:20:01 +08:00
|
|
|
[Unit]
|
2010-10-20 23:48:01 +08:00
|
|
|
Description=/dev/initctl Compatibility Socket
|
2010-07-04 01:53:37 +08:00
|
|
|
DefaultDependencies=no
|
2010-06-05 02:55:37 +08:00
|
|
|
Before=sockets.target
|
2010-04-13 11:18:12 +08:00
|
|
|
|
|
|
|
[Socket]
|
|
|
|
ListenFIFO=/dev/initctl
|
|
|
|
SocketMode=0600
|