systemd: update service files for newly introduced DefaultDependencies= option

This new option has been introduced very recently in systemd and needs
to be unset for udev, since udev is supposed to be run on early boot.
This commit is contained in:
Lennart Poettering 2010-07-04 04:16:14 +02:00
parent 8bc376a373
commit 29c1a0d460
3 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,8 @@
[Unit]
Description=re-trigger failed events after filesystems are available
DefaultDependencies=no
After=local-fs.target
After=udev.service
[Service]
Type=finish

View file

@ -1,5 +1,6 @@
[Unit]
Description=wait until full initialization
DefaultDependencies=no
After=udev.service
[Service]

View file

@ -1,5 +1,6 @@
[Unit]
Description=/dev and kernel device manager
DefaultDependencies=no
Before=sysinit.target
[Service]
@ -12,4 +13,3 @@ ExecStartPost=@sbindir@/udevadm trigger --type=devices --action=add
WantedBy=sysinit.target
Also=udev-settle.service
Also=udev-retry.service