X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsuse%2Fpoweroff.service;h=13b13b04279f88602acc893ff7cdeab6609da672;hb=8f53c0a906c13a88617db43f6a66bbbd3beffed3;hp=e9aff275d4458cc5296025853fb60ff46fbf5397;hpb=b827a9f97dcc88f4b9e23d656d7325455eb33848;p=elogind.git diff --git a/units/suse/poweroff.service b/units/suse/poweroff.service index e9aff275d..13b13b042 100644 --- a/units/suse/poweroff.service +++ b/units/suse/poweroff.service @@ -8,13 +8,12 @@ [Unit] Description=Power-Off 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 +Type=oneshot ValidNoProcess=yes Environment=COLD_BOOT=1 ExecStart=/etc/init.d/halt -StandardInput=tty +StandardOutput=tty