X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsuse%2Freboot.service;h=001d1364a0f205c84c9ed30e193b9b6e6bd341f7;hb=93ca9714e6afa0adc2aa674e2505ca97ca5b91c9;hp=e9b76b61db3bfac30dab9fbd6bddb1e1a2587493;hpb=b827a9f97dcc88f4b9e23d656d7325455eb33848;p=elogind.git diff --git a/units/suse/reboot.service b/units/suse/reboot.service index e9b76b61d..001d1364a 100644 --- a/units/suse/reboot.service +++ b/units/suse/reboot.service @@ -8,13 +8,12 @@ [Unit] Description=Reboot DefaultDependencies=no -Wants=shutdown.target -After=shutdown.target -Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount +Requires=shutdown.target umount.target +After=shutdown.target umount.target [Service] -Type=finish -ValidNoProcess=yes +Type=oneshot +RemainAfterExit=yes Environment=COLD_BOOT=1 ExecStart=/etc/init.d/reboot -StandardInput=tty +StandardOutput=tty