X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fgentoo%2Fhalt.service;h=56c3f2e60e860c9415a5290439214bdd00c406f6;hb=1e532d14addcff114a0a358fc5e4c193707bd120;hp=c5d96043c04059812ef7c37f5548855df24fd4f6;hpb=9a9a438596e6f57cda87fc7045971197fd2b3078;p=elogind.git diff --git a/units/gentoo/halt.service b/units/gentoo/halt.service index c5d96043c..56c3f2e60 100644 --- a/units/gentoo/halt.service +++ b/units/gentoo/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=RC_DOWN_HARDDISK=yes +Environment=INIT_HALT=HALT RC_DOWN_HARDDISK=yes ExecStart=/etc/init.d/shutdown.sh +StandardOutput=tty