2012-05-21 17:12:18 +04:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
2011-03-31 15:15:47 +04:00
# This service is usually not enabled by default. If enabled, it
# acts as a barrier for basic.target -- so all later services will
2011-03-29 03:14:53 +04:00
# wait for udev completely finishing its coldplug run.
#
2011-03-31 15:15:47 +04:00
# If needed, to work around broken or non-hotplug-aware services,
# it might be enabled unconditionally, or pulled-in on-demand by
# the services that assume a fully populated /dev at startup. It
# should not be used or pulled-in ever on systems without such
# legacy services running.
2011-03-29 03:14:53 +04:00
2010-06-25 03:31:57 +04:00
[Unit]
2010-08-19 20:02:20 +04:00
Description = udev Wait for Complete Device Initialization
2012-06-22 12:38:40 +04:00
Documentation = man:udev(7) man:systemd-udevd.service(8)
2010-07-04 06:16:14 +04:00
DefaultDependencies = no
2012-07-02 23:35:14 +04:00
Wants = systemd-udevd.service
2012-06-06 16:30:16 +04:00
After = systemd-udev-trigger.service
2012-04-13 21:35:06 +04:00
ConditionCapability = CAP_MKNOD
2010-06-25 03:31:57 +04:00
[Service]
2010-08-17 11:37:57 +04:00
Type = oneshot
2011-04-28 02:04:17 +04:00
TimeoutSec = 180
2010-08-17 20:53:57 +04:00
RemainAfterExit = yes
2011-12-01 15:17:22 +04:00
ExecStart = @bindir@/udevadm settle