From: Lennart Poettering Date: Tue, 18 May 2010 01:08:18 +0000 (+0200) Subject: units: fix execution environment for a few services X-Git-Tag: 0.git+20100605+dfd8ee-1~11^2^2~75 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e3fc6541f92cc1c42ba1b3a7bbe4c8c7b918156;p=systemd units: fix execution environment for a few services --- diff --git a/units/fedora/halt.service b/units/fedora/halt.service index acc47b50..06c588fa 100644 --- a/units/fedora/halt.service +++ b/units/fedora/halt.service @@ -22,6 +22,7 @@ After=shutdown.target killall.service [Service] Type=finish +ValidNoProcess=yes Environment=INIT_HALT=HALT Environment=RUNLEVEL=0 ExecStart=/etc/init.d/halt start diff --git a/units/fedora/killall.service b/units/fedora/killall.service index 45868dd1..13bb564a 100644 --- a/units/fedora/killall.service +++ b/units/fedora/killall.service @@ -20,4 +20,5 @@ Description=Kill All Processes [Service] Type=finish +ValidNoProcess=yes ExecStart=/etc/init.d/killall start diff --git a/units/fedora/poweroff.service b/units/fedora/poweroff.service index 758b7ca2..a8cd6806 100644 --- a/units/fedora/poweroff.service +++ b/units/fedora/poweroff.service @@ -22,5 +22,6 @@ After=shutdown.target killall.service [Service] Type=finish +ValidNoProcess=yes Environment=RUNLEVEL=0 ExecStart=/etc/init.d/halt start diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index 099bbabc..e8284a18 100644 --- a/units/fedora/rc-local.service +++ b/units/fedora/rc-local.service @@ -26,4 +26,7 @@ Names=rc-local.service local.service [Service] ExecStart=/etc/rc.local start Type=simple +TimeoutSec=0 +StandardInput=tty +ValidNoProcess=yes SysVStartPriority=99 diff --git a/units/fedora/reboot.service b/units/fedora/reboot.service index 9aec7aaa..da83fa06 100644 --- a/units/fedora/reboot.service +++ b/units/fedora/reboot.service @@ -22,5 +22,6 @@ After=shutdown.target killall.service [Service] Type=finish +ValidNoProcess=yes Environment=RUNLEVEL=6 ExecStart=/etc/init.d/reboot start diff --git a/units/fedora/sysinit.service b/units/fedora/sysinit.service index 0d59490f..f2098fd7 100644 --- a/units/fedora/sysinit.service +++ b/units/fedora/sysinit.service @@ -21,4 +21,7 @@ Before=local-fs.target remote-fs.target swap.target sockets.target [Service] ExecStart=/etc/rc.d/rc.sysinit -Type=finish +Type=forking +TimeoutSec=0 +StandardInput=tty +ValidNoProcess=yes diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 9787638d..ffcc42aa 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -27,3 +27,5 @@ After=basic.target [Service] Type=simple ExecStart=GETTY %I +Restart=restart-always +RestartSec=0