chiark / gitweb /
random-seed: add little tool for saving/loading random seed on shutdown/boot, but...
[elogind.git] / units / fedora / reboot.service
index b99dfdc8ac47556fd1c5609657d185c277c8142c..6120ceb8213ad4193fc26cfdd9b27a2c5ce0a1e8 100644 (file)
@@ -7,12 +7,13 @@
 
 [Unit]
 Description=Reboot
-Requires=shutdown.target killall.service
-After=shutdown.target killall.service
-Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount
+DefaultDependencies=no
+Requires=shutdown.target umount.target killall.service
+After=shutdown.target umount.target killall.service
 
 [Service]
-Type=finish
+Type=oneshot
 ValidNoProcess=yes
 Environment=RUNLEVEL=6
 ExecStart=/etc/init.d/reboot start
+StandardOutput=tty