diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-07-09 11:53:39 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-07-09 11:53:39 +0200 |
commit | f8e1755297387e2969a902be22ee201cc506efa2 (patch) | |
tree | 4acc3a6b799ca47b7eff091fa1fe96d9c552d3ec /units/suse/halt.service | |
parent | a45f61d76cfca61ef1813a0b5d04a53afe402993 (diff) |
units: SUSE - set COLD_BOOT to skip own boot.d/ handling on shutdown
Diffstat (limited to 'units/suse/halt.service')
-rw-r--r-- | units/suse/halt.service | 4 |
1 files changed, 2 insertions, 2 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 |