X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsystemd-udev-settle.service.in;h=b631949648a85b341f705c80ead0b4466ba42c2a;hb=fdf1848d1dc55e03b83821989bed2f8b26260236;hp=e8c92231622dfe077774016542b8dd3f50a5fb57;hpb=180bd81280cf4e1fdf393314c8322124ab49dbbb;p=elogind.git diff --git a/units/systemd-udev-settle.service.in b/units/systemd-udev-settle.service.in index e8c922316..b63194964 100644 --- a/units/systemd-udev-settle.service.in +++ b/units/systemd-udev-settle.service.in @@ -1,3 +1,10 @@ +# 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. + # This service is usually not enabled by default. If enabled, it # acts as a barrier for basic.target -- so all later services will # wait for udev completely finishing its coldplug run. @@ -10,10 +17,10 @@ [Unit] Description=udev Wait for Complete Device Initialization +Documentation=man:udev(7) man:systemd-udevd.service(8) DefaultDependencies=no -Wants=systemd-udev.service -After=udev-trigger.service -Before=basic.target +Wants=systemd-udevd.service +After=systemd-udev-trigger.service ConditionCapability=CAP_MKNOD [Service] @@ -21,6 +28,3 @@ Type=oneshot TimeoutSec=180 RemainAfterExit=yes ExecStart=@bindir@/udevadm settle - -[Install] -WantedBy=basic.target