X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Ffedora%2Fhalt.service;h=c337dce6d9ad4523c2723f5f1ef173dcfc34b554;hb=ce726252a9a9487a694cbd68f4d13542ba965258;hp=50373d48b6455193774302a72f992be6f749278f;hpb=9a9a438596e6f57cda87fc7045971197fd2b3078;p=elogind.git diff --git a/units/fedora/halt.service b/units/fedora/halt.service index 50373d48b..c337dce6d 100644 --- a/units/fedora/halt.service +++ b/units/fedora/halt.service @@ -7,13 +7,13 @@ [Unit] Description=Halt -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 -ValidNoProcess=yes -Environment=INIT_HALT=HALT -Environment=RUNLEVEL=0 +Type=oneshot +RemainAfterExit=yes +Environment=INIT_HALT=HALT RUNLEVEL=0 ExecStart=/etc/init.d/halt start +StandardOutput=tty