summaryrefslogtreecommitdiff
path: root/init/udev-settle.service.in
blob: be06a3935279a240d14f30bcad624320b669d3c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This barrier service is usually not enabled by default. If enabled,
# it acts as a barrier for basic.target -- so all later services will
# wait for udev completely finishing its coldplug run.
#
# It might be enabled just unconditionally, or pulled-in on-demand by
# broken or non-hotplug-aware services that assume a fully populated
# /dev at startup.

[Unit]
Description=udev Wait for Complete Device Initialization
DefaultDependencies=no
After=udev.service
Before=basic.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=@sbindir@/udevadm settle

[Install]
WantedBy=basic.target