chiark / gitweb /
Add pam configuration to allow user sessions to work out of the box
[elogind.git] / units / reboot.target
index 6d02417eb5537bc6d75055ca421464e81523f6f4..dec8f5679645de6f25fb0ad5969992b369cdfe8d 100644 (file)
@@ -5,13 +5,12 @@
 #  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
-# See systemd.special(7) for details
-
 [Unit]
 Description=Reboot
+Documentation=man:systemd.special(7)
 DefaultDependencies=no
-Requires=reboot.service
-After=reboot.service
+Requires=systemd-reboot.service
+After=systemd-reboot.service
 AllowIsolate=yes
 
 [Install]