chiark / gitweb /
tmpfiles: rename --unsafe to --boot
[elogind.git] / units / systemd-udev-settle.service.in
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]
13 Description=udev Wait for Complete Device Initialization
14 Documentation=man:udev(7) man:systemd-udevd.service(8)
15 DefaultDependencies=no
16 Wants=systemd-udevd.service
17 After=systemd-udev-trigger.service
18 Before=sysinit.target
19 ConditionPathIsReadWrite=/sys
20
21 [Service]
22 Type=oneshot
23 TimeoutSec=180
24 RemainAfterExit=yes
25 ExecStart=@rootbindir@/udevadm settle