chiark / gitweb /
random-seed: add little tool for saving/loading random seed on shutdown/boot, but...
[elogind.git] / units / fedora / reboot.service
index 79c5ef41ca7ab1b28ac7686db01bad641263d0f7..6120ceb8213ad4193fc26cfdd9b27a2c5ce0a1e8 100644 (file)
@@ -7,11 +7,13 @@
 
 [Unit]
 Description=Reboot
-Requires=shutdown.target killall.service
-After=shutdown.target killall.service
+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/halt reboot start
+ExecStart=/etc/init.d/reboot start
+StandardOutput=tty