summaryrefslogtreecommitdiff
path: root/units/suse
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-07 22:29:41 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-07 22:29:41 +0200
commit07405e90968c39f04bc00e1af5b1671940482b19 (patch)
treed2cd6b2987ba8af3883537d2561a10ce6029ccef /units/suse
parente167fb86f6935c0fe989d6ccfbbc0acadba245a2 (diff)
units: in order to make the default services parseable by GKeyFile, merge repeated lines
Diffstat (limited to 'units/suse')
-rw-r--r--units/suse/halt.service3
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