]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-udevd-control.socket
Merge pull request #1762 from endocode/dongsu/l10n-ko-msgs
[thirdparty/systemd.git] / units / systemd-udevd-control.socket
CommitLineData
49dbfa7b
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
e52e0846
KS
8[Unit]
9Description=udev Control Socket
ee1c0ad4 10Documentation=man:systemd-udevd.service(8) man:udev(7)
e52e0846 11DefaultDependencies=no
b1795915 12Before=sockets.target
4bb3a126 13ConditionPathIsReadWrite=/sys
e52e0846
KS
14
15[Socket]
51dfddc2 16Service=systemd-udevd.service
5cc4112e 17ListenSequentialPacket=/run/udev/control
c096407c 18SocketMode=0600
eed08327 19PassCredentials=yes