X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsuse%2Fpoweroff.service;h=f68882c14341bd5f2f61eb55ef2937cecb164b9f;hp=cb90874c32af2126d1826f209d2304bec11803d5;hb=00a11ba98229aef2c46e41c4ceb8a8e4570a53b6;hpb=455bb5a4bdd03d77af72d810ddc22c85a353d2e4 diff --git a/units/suse/poweroff.service b/units/suse/poweroff.service index cb90874c3..f68882c14 100644 --- a/units/suse/poweroff.service +++ b/units/suse/poweroff.service @@ -8,12 +8,12 @@ [Unit] Description=Power-Off DefaultDependencies=no -Requires=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 ValidNoProcess=yes -ExecStart=/etc/init.d/halt start -StandardInput=tty +Environment=COLD_BOOT=1 +ExecStart=/etc/init.d/halt +StandardOutput=tty