From f8e1755297387e2969a902be22ee201cc506efa2 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 9 Jul 2010 11:53:39 +0200 Subject: units: SUSE - set COLD_BOOT to skip own boot.d/ handling on shutdown --- units/suse/reboot.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'units/suse/reboot.service') 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 -- cgit v1.2.3-54-g00ecf