diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-07 22:29:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-07 22:29:41 +0200 |
commit | 07405e90968c39f04bc00e1af5b1671940482b19 (patch) | |
tree | d2cd6b2987ba8af3883537d2561a10ce6029ccef /units/fedora | |
parent | e167fb86f6935c0fe989d6ccfbbc0acadba245a2 (diff) |
units: in order to make the default services parseable by GKeyFile, merge repeated lines
Diffstat (limited to 'units/fedora')
-rw-r--r-- | units/fedora/halt.service | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/fedora/halt.service b/units/fedora/halt.service index 815c8fbdad..106ac6b691 100644 --- a/units/fedora/halt.service +++ b/units/fedora/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 |