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