1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-13 13:17:43 +03:00

systemd: sort before basic.target

This commit is contained in:
Kay Sievers 2010-10-07 10:49:13 +02:00
parent 1ebd2a5620
commit d8b9a5c12b
3 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Description=udev Retry Failed Events
DefaultDependencies=no
After=local-fs.target udev.service
Before=basic.target
[Service]
Type=oneshot

View File

@ -2,6 +2,7 @@
Description=udev Wait for Complete Device Initialization
DefaultDependencies=no
After=udev.service
Before=basic.target
[Service]
Type=oneshot

View File

@ -1,7 +1,7 @@
[Unit]
Description=udev Kernel Device Manager
DefaultDependencies=no
Before=sysinit.target
Before=basic.target
[Service]
Type=notify