chiark / gitweb /
man: document the readahead services
[elogind.git] / units / systemd-udev-settle.service.in
index e8c92231622dfe077774016542b8dd3f50a5fb57..004b316180b02b3c9273b7aab990cf8d112dad02 100644 (file)
@@ -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.
 
 [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
+After=systemd-udev-trigger.service
 Before=basic.target
 ConditionCapability=CAP_MKNOD