X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=units%2Fgentoo%2Fhalt.service;h=d97b942fe069a4f87d1e05ac3671cc294e0c32e4;hb=f26ee0b931bdadc7559bfd0d8a43d9909d84b441;hp=28db813fb37772f6d1f04fe530d4fab77ce2f2d6;hpb=b827a9f97dcc88f4b9e23d656d7325455eb33848;p=elogind.git diff --git a/units/gentoo/halt.service b/units/gentoo/halt.service index 28db813fb..d97b942fe 100644 --- a/units/gentoo/halt.service +++ b/units/gentoo/halt.service @@ -8,13 +8,12 @@ [Unit] Description=Halt DefaultDependencies=no -Wants=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 -StandardInput=tty +StandardOutput=tty