systemd: trigger - run after udev.service (for now)

With the systemd socket buffer we could run trigger in parallel with
the udev daemon startup, but we need to teach systemd to have a socket
buffer of 128MB. Revert that for now until we are ready ...
This commit is contained in:
Kay Sievers 2011-05-20 17:44:28 +02:00
parent 583c89629b
commit 96c6ecee7d

View file

@ -1,7 +1,7 @@
[Unit]
Description=udev Coldplug all Devices
Wants=udev.service
After=udev.socket
After=udev.service
DefaultDependencies=no
[Service]