diff options
Diffstat (limited to 'units/suse/poweroff.service')
-rw-r--r-- | units/suse/poweroff.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/units/suse/poweroff.service b/units/suse/poweroff.service index cb90874c32..93a9da502a 100644 --- a/units/suse/poweroff.service +++ b/units/suse/poweroff.service @@ -15,5 +15,6 @@ Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.a [Service] Type=finish ValidNoProcess=yes -ExecStart=/etc/init.d/halt start +Environment=COLD_BOOT=1 +ExecStart=/etc/init.d/halt StandardInput=tty |