summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
Diffstat (limited to 'units')
-rw-r--r--units/suse/halt.service4
-rw-r--r--units/suse/poweroff.service3
-rw-r--r--units/suse/reboot.service3
3 files changed, 6 insertions, 4 deletions
diff --git a/units/suse/halt.service b/units/suse/halt.service
index 54586c4204..5f42ac691f 100644
--- a/units/suse/halt.service
+++ b/units/suse/halt.service
@@ -15,6 +15,6 @@ Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.a
[Service]
Type=finish
ValidNoProcess=yes
-Environment=INIT_HALT=HALT RUNLEVEL=0
-ExecStart=/etc/init.d/halt start
+Environment=INIT_HALT=HALT RUNLEVEL=0 COLD_BOOT=1
+ExecStart=/etc/init.d/halt
StandardInput=tty
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
diff --git a/units/suse/reboot.service b/units/suse/reboot.service
index 1ccacebac3..c3526b3035 100644
--- a/units/suse/reboot.service
+++ b/units/suse/reboot.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/reboot start
+Environment=COLD_BOOT=1
+ExecStart=/etc/init.d/reboot
StandardInput=tty