X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsystemd-udev-control.socket;h=e7678a049e23a43555b51134ad52eae630c89f8f;hb=8e129f5156569e1bc858b002ca54cd447c38f4f1;hp=f80f774427ca949961a818d3ac0f4964ffa56f63;hpb=f13b388f97bc3ba8db844bd3413d510e2466a0b6;p=elogind.git diff --git a/units/systemd-udev-control.socket b/units/systemd-udev-control.socket index f80f77442..e7678a049 100644 --- a/units/systemd-udev-control.socket +++ b/units/systemd-udev-control.socket @@ -1,10 +1,18 @@ +# 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. + [Unit] Description=udev Control Socket +Documentation=man:systemd-udevd.service(8) man:udev(7) DefaultDependencies=no ConditionCapability=CAP_MKNOD [Socket] -Service=udev.service +Service=systemd-udev.service ListenSequentialPacket=/run/udev/control SocketMode=0600 PassCredentials=yes