diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-18 16:29:43 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-18 16:29:43 +0200 |
commit | 180bd81280cf4e1fdf393314c8322124ab49dbbb (patch) | |
tree | c1d073b6c9cee50fdad94e58918e8bcab4f28d90 /units/systemd-udev-control.socket | |
parent | 88f642c00b1708c5e0203c1753a9ef91d1de5442 (diff) |
udev: units - reference systemd-* units
Diffstat (limited to 'units/systemd-udev-control.socket')
-rw-r--r-- | units/systemd-udev-control.socket | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-udev-control.socket b/units/systemd-udev-control.socket index f80f774427..1cf0683911 100644 --- a/units/systemd-udev-control.socket +++ b/units/systemd-udev-control.socket @@ -4,7 +4,7 @@ DefaultDependencies=no ConditionCapability=CAP_MKNOD [Socket] -Service=udev.service +Service=systemd-udev.service ListenSequentialPacket=/run/udev/control SocketMode=0600 PassCredentials=yes |