X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fgentoo%2Fhalt.service;h=d97b942fe069a4f87d1e05ac3671cc294e0c32e4;hb=a9c501a5902a64d4ec21cf0e87d16ec8c0c1e169;hp=56ac49388122222445b80a268633772b8f8ed467;hpb=07405e90968c39f04bc00e1af5b1671940482b19;p=elogind.git diff --git a/units/gentoo/halt.service b/units/gentoo/halt.service index 56ac49388..d97b942fe 100644 --- a/units/gentoo/halt.service +++ b/units/gentoo/halt.service @@ -8,12 +8,12 @@ [Unit] Description=Halt DefaultDependencies=no -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 +Requires=shutdown.target umount.target killall.service +After=shutdown.target umount.target killall.service [Service] -Type=finish -ValidNoProcess=yes +Type=oneshot +RemainAfterExit=yes Environment=INIT_HALT=HALT RC_DOWN_HARDDISK=yes ExecStart=/etc/init.d/shutdown.sh +StandardOutput=tty