systemd-udev-settle.service | systemd-udev-settle.service | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
# the services that assume a fully populated /dev at startup. It | # the services that assume a fully populated /dev at startup. It | |||
# should not be used or pulled-in ever on systems without such | # should not be used or pulled-in ever on systems without such | |||
# legacy services running. | # legacy services running. | |||
[Unit] | [Unit] | |||
Description=udev Wait for Complete Device Initialization | Description=udev Wait for Complete Device Initialization | |||
Documentation=man:udev(7) man:systemd-udevd.service(8) | Documentation=man:udev(7) man:systemd-udevd.service(8) | |||
DefaultDependencies=no | DefaultDependencies=no | |||
Wants=systemd-udevd.service | Wants=systemd-udevd.service | |||
After=systemd-udev-trigger.service | After=systemd-udev-trigger.service | |||
Before=basic.target | ||||
ConditionCapability=CAP_MKNOD | ConditionCapability=CAP_MKNOD | |||
[Service] | [Service] | |||
Type=oneshot | Type=oneshot | |||
TimeoutSec=180 | TimeoutSec=180 | |||
RemainAfterExit=yes | RemainAfterExit=yes | |||
ExecStart=/usr/bin/udevadm settle | ExecStart=/usr/bin/udevadm settle | |||
[Install] | ||||
WantedBy=basic.target | ||||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |