summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-17 19:37:36 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-17 19:37:36 +0200
commit02ee865a462caa2aeeee673e90287a4c34b013fd (patch)
tree665009d130cd1f247cfd5a58959ba6262fe310f4 /units
parent4694836523eb42eea731dc56413742135b6c10ba (diff)
service: rename ValidNoProcess= to RemainAfterExit=
Diffstat (limited to 'units')
-rw-r--r--units/arch/halt.service2
-rw-r--r--units/arch/poweroff.service2
-rw-r--r--units/arch/rc-local.service2
-rw-r--r--units/arch/reboot.service2
-rw-r--r--units/arch/sysinit.service2
-rw-r--r--units/fedora/halt.service2
-rw-r--r--units/fedora/killall.service2
-rw-r--r--units/fedora/poweroff.service2
-rw-r--r--units/fedora/rc-local.service2
-rw-r--r--units/fedora/reboot.service2
-rw-r--r--units/fedora/sysinit.service2
-rw-r--r--units/gentoo/halt.service2
-rw-r--r--units/gentoo/killall.service2
-rw-r--r--units/gentoo/poweroff.service2
-rw-r--r--units/gentoo/reboot.service2
-rw-r--r--units/suse/halt.service2
-rw-r--r--units/suse/poweroff.service2
-rw-r--r--units/suse/reboot.service2
-rw-r--r--units/var-lock.service2
-rw-r--r--units/var-run.service2
20 files changed, 20 insertions, 20 deletions
diff --git a/units/arch/halt.service b/units/arch/halt.service
index dbfc228787..2079bc025c 100644
--- a/units/arch/halt.service
+++ b/units/arch/halt.service
@@ -13,7 +13,7 @@ After=shutdown.target umount.target
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
Environment=RUNLEVEL=0
ExecStart=/etc/rc.shutdown
StandardOutput=tty
diff --git a/units/arch/poweroff.service b/units/arch/poweroff.service
index bd563ba586..df2812fd9b 100644
--- a/units/arch/poweroff.service
+++ b/units/arch/poweroff.service
@@ -13,7 +13,7 @@ After=shutdown.target umount.target
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
Environment=RUNLEVEL=0
ExecStart=/etc/rc.shutdown
StandardOutput=tty
diff --git a/units/arch/rc-local.service b/units/arch/rc-local.service
index 596861ac95..0005e9aefb 100644
--- a/units/arch/rc-local.service
+++ b/units/arch/rc-local.service
@@ -13,7 +13,7 @@ ExecStart=/etc/rc.local
ExectStop=/etc/rc.local.shutdown
TimeoutSec=0
StandardInput=tty
-ValidNoProcess=yes
+RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
diff --git a/units/arch/reboot.service b/units/arch/reboot.service
index 6bce95d8fd..ae5c979e3e 100644
--- a/units/arch/reboot.service
+++ b/units/arch/reboot.service
@@ -13,7 +13,7 @@ After=shutdown.target umount.target
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
Environment=RUNLEVEL=6
ExecStart=/etc/rc.shutdown
StandardOutput=tty
diff --git a/units/arch/sysinit.service b/units/arch/sysinit.service
index 880deccf9c..ae80f18e8d 100644
--- a/units/arch/sysinit.service
+++ b/units/arch/sysinit.service
@@ -16,4 +16,4 @@ ExecStart=/etc/rc.sysinit
Type=forking
TimeoutSec=0
StandardInput=tty
-ValidNoProcess=yes
+RemainAfterExit=yes
diff --git a/units/fedora/halt.service b/units/fedora/halt.service
index a6c4786a8b..c337dce6d9 100644
--- a/units/fedora/halt.service
+++ b/units/fedora/halt.service
@@ -13,7 +13,7 @@ After=shutdown.target umount.target killall.service
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
Environment=INIT_HALT=HALT RUNLEVEL=0
ExecStart=/etc/init.d/halt start
StandardOutput=tty
diff --git a/units/fedora/killall.service b/units/fedora/killall.service
index 53c65d4a3b..b81b6a83d1 100644
--- a/units/fedora/killall.service
+++ b/units/fedora/killall.service
@@ -13,6 +13,6 @@ RefuseManualStart=yes
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
ExecStart=-/etc/init.d/killall start
StandardOutput=tty
diff --git a/units/fedora/poweroff.service b/units/fedora/poweroff.service
index 7597f4f651..dbbed75d6d 100644
--- a/units/fedora/poweroff.service
+++ b/units/fedora/poweroff.service
@@ -13,7 +13,7 @@ After=shutdown.target umount.target killall.service
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
Environment=RUNLEVEL=0
ExecStart=/etc/init.d/halt start
StandardOutput=tty
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service
index aff1290128..90a38a01bd 100644
--- a/units/fedora/rc-local.service
+++ b/units/fedora/rc-local.service
@@ -16,7 +16,7 @@ Names=rc-local.service local.service
ExecStart=/etc/rc.local start
TimeoutSec=0
StandardOutput=tty
-ValidNoProcess=yes
+RemainAfterExit=yes
SysVStartPriority=99
[Install]
diff --git a/units/fedora/reboot.service b/units/fedora/reboot.service
index 6120ceb821..ca8b3b182a 100644
--- a/units/fedora/reboot.service
+++ b/units/fedora/reboot.service
@@ -13,7 +13,7 @@ After=shutdown.target umount.target killall.service
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
Environment=RUNLEVEL=6
ExecStart=/etc/init.d/reboot start
StandardOutput=tty
diff --git a/units/fedora/sysinit.service b/units/fedora/sysinit.service
index 0c25bd2538..860d3a3458 100644
--- a/units/fedora/sysinit.service
+++ b/units/fedora/sysinit.service
@@ -16,4 +16,4 @@ ExecStart=/etc/rc.d/rc.sysinit
Type=forking
TimeoutSec=0
StandardInput=tty
-ValidNoProcess=yes
+RemainAfterExit=yes
diff --git a/units/gentoo/halt.service b/units/gentoo/halt.service
index 826c69f061..d97b942fe0 100644
--- a/units/gentoo/halt.service
+++ b/units/gentoo/halt.service
@@ -13,7 +13,7 @@ After=shutdown.target umount.target killall.service
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
Environment=INIT_HALT=HALT RC_DOWN_HARDDISK=yes
ExecStart=/etc/init.d/shutdown.sh
StandardOutput=tty
diff --git a/units/gentoo/killall.service b/units/gentoo/killall.service
index 8b42af87b5..de994d1f03 100644
--- a/units/gentoo/killall.service
+++ b/units/gentoo/killall.service
@@ -13,6 +13,6 @@ RefuseManualStart=yes
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
ExecStart=-/etc/init.d/killprocs start
StandardOutput=tty
diff --git a/units/gentoo/poweroff.service b/units/gentoo/poweroff.service
index 8a5a62794f..2483f9448c 100644
--- a/units/gentoo/poweroff.service
+++ b/units/gentoo/poweroff.service
@@ -13,7 +13,7 @@ After=shutdown.target umount.target killall.service
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
Environment=RC_DOWN_HARDDISK=yes
ExecStart=/etc/init.d/shutdown.sh
StandardOutput=tty
diff --git a/units/gentoo/reboot.service b/units/gentoo/reboot.service
index b5defb1680..8f8d7328c7 100644
--- a/units/gentoo/reboot.service
+++ b/units/gentoo/reboot.service
@@ -13,6 +13,6 @@ After=shutdown.target umount.target killall.service
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
ExecStart=/etc/init.d/reboot.sh
StandardOutput=tty
diff --git a/units/suse/halt.service b/units/suse/halt.service
index 32b7dc204a..d826ca3e22 100644
--- a/units/suse/halt.service
+++ b/units/suse/halt.service
@@ -13,7 +13,7 @@ After=shutdown.target umount.target
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
Environment=INIT_HALT=HALT RUNLEVEL=0 COLD_BOOT=1
ExecStart=/etc/init.d/halt
StandardOutput=tty
diff --git a/units/suse/poweroff.service b/units/suse/poweroff.service
index 13b13b0427..fe8c67761e 100644
--- a/units/suse/poweroff.service
+++ b/units/suse/poweroff.service
@@ -13,7 +13,7 @@ After=shutdown.target umount.target
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
Environment=COLD_BOOT=1
ExecStart=/etc/init.d/halt
StandardOutput=tty
diff --git a/units/suse/reboot.service b/units/suse/reboot.service
index 3ee290e659..001d1364a0 100644
--- a/units/suse/reboot.service
+++ b/units/suse/reboot.service
@@ -13,7 +13,7 @@ After=shutdown.target umount.target
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
Environment=COLD_BOOT=1
ExecStart=/etc/init.d/reboot
StandardOutput=tty
diff --git a/units/var-lock.service b/units/var-lock.service
index d382958aea..82ba6de207 100644
--- a/units/var-lock.service
+++ b/units/var-lock.service
@@ -14,7 +14,7 @@ Before=local-fs.target
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
ExecStart=/bin/mkdir -p /var/lock/subsys
[Install]
diff --git a/units/var-run.service b/units/var-run.service
index a958ff7d11..38e072025b 100644
--- a/units/var-run.service
+++ b/units/var-run.service
@@ -14,7 +14,7 @@ Before=local-fs.target
[Service]
Type=oneshot
-ValidNoProcess=yes
+RemainAfterExit=yes
ExecStart=/bin/touch /var/run/utmp ; /bin/chmod 0664 /var/run/utmp ; /bin/chown root:utmp /var/run/utmp
[Install]