chiark / gitweb /
Update user session unit template.
[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 ConditionCapability=CAP_MKNOD
19
20 [Service]
21 Type=oneshot
22 TimeoutSec=180
23 RemainAfterExit=yes
24 ExecStart=@rootbindir@/udevadm settle