]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-udev-settle.service.in
Merge pull request #1467 from jacob-keller/master
[thirdparty/systemd.git] / units / systemd-udev-settle.service.in
CommitLineData
49dbfa7b
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
3bf3cd95
KS
8# This service can dynamically be pulled-in by legacy services which
9# cannot reliably cope with dynamic device configurations, and wrongfully
10# expect a populated /dev during bootup.
ce440d1c 11
43fefbf6 12[Unit]
4c9b12a7 13Description=udev Wait for Complete Device Initialization
b79f817b 14Documentation=man:udev(7) man:systemd-udevd.service(8)
29c1a0d4 15DefaultDependencies=no
51dfddc2 16Wants=systemd-udevd.service
a2368a3f 17After=systemd-udev-trigger.service
b0afe214 18Before=sysinit.target
4bb3a126 19ConditionPathIsReadWrite=/sys
43fefbf6
KS
20
21[Service]
68bc0d79 22Type=oneshot
d2f4a346 23TimeoutSec=180
bd078c90 24RemainAfterExit=yes
f432bb91 25ExecStart=@rootbindir@/udevadm settle