]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-udev-settle.service.in
update TODO
[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
fb316903 18ConditionCapability=CAP_MKNOD
43fefbf6
KS
19
20[Service]
68bc0d79 21Type=oneshot
d2f4a346 22TimeoutSec=180
bd078c90 23RemainAfterExit=yes
f432bb91 24ExecStart=@rootbindir@/udevadm settle