systemd/units/systemd-udev-control.socket

19 lines
555 B
SYSTEMD
Raw Normal View History

# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
2011-05-25 11:30:16 +00:00
[Unit]
Description=udev Control Socket
Documentation=man:systemd-udevd.service(8) man:udev(7)
2011-05-25 11:30:16 +00:00
DefaultDependencies=no
ConditionCapability=CAP_MKNOD
2011-05-25 11:30:16 +00:00
[Socket]
Service=systemd-udev.service
ListenSequentialPacket=/run/udev/control
2011-11-30 14:21:01 +00:00
SocketMode=0600
PassCredentials=yes