mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
14 lines
241 B
SYSTEMD
14 lines
241 B
SYSTEMD
[Unit]
|
|
Description=wait until full initialization
|
|
DefaultDependencies=no
|
|
After=udev.service
|
|
|
|
[Service]
|
|
Type=finish
|
|
ValidNoProcess=yes
|
|
ExecStart=@sbindir@/udevadm settle
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|
|
Also=udev.service udev-retry.service
|