From 07405e90968c39f04bc00e1af5b1671940482b19 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 7 Jul 2010 22:29:41 +0200 Subject: units: in order to make the default services parseable by GKeyFile, merge repeated lines --- units/fedora/halt.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'units/fedora') 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 -- cgit v1.2.3-54-g00ecf