]> git.ipfire.org Git - thirdparty/systemd.git/blame_incremental - units/systemd-udev-settle.service.in
Merge pull request #1726 from teg/networkd-2
[thirdparty/systemd.git] / units / systemd-udev-settle.service.in
... / ...
CommitLineData
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
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.
11
12[Unit]
13Description=udev Wait for Complete Device Initialization
14Documentation=man:udev(7) man:systemd-udevd.service(8)
15DefaultDependencies=no
16Wants=systemd-udevd.service
17After=systemd-udev-trigger.service
18Before=sysinit.target
19ConditionPathIsReadWrite=/sys
20
21[Service]
22Type=oneshot
23TimeoutSec=180
24RemainAfterExit=yes
25ExecStart=@rootbindir@/udevadm settle