]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-initctl.socket
Merge pull request #12802 from irtimmer/fix-openssl
[thirdparty/systemd.git] / units / systemd-initctl.socket
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
70449379
LP
3# This file is part of systemd.
4#
70449379 5# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
70449379 8# (at your option) any later version.
70449379 9
92da345c 10[Unit]
4d8c7c1b 11Description=initctl Compatibility Named Pipe
ee1c0ad4 12Documentation=man:systemd-initctl.service(8)
af65a091 13DefaultDependencies=no
8ffc5c2f 14Before=sockets.target
70fcff31
LP
15
16[Socket]
4d8c7c1b 17ListenFIFO=/run/initctl
7e9f159c 18Symlinks=/dev/initctl
70fcff31 19SocketMode=0600