summaryrefslogtreecommitdiff
path: root/units/arch
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/arch
parent4694836523eb42eea731dc56413742135b6c10ba (diff)
service: rename ValidNoProcess= to RemainAfterExit=
Diffstat (limited to 'units/arch')
-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
5 files changed, 5 insertions, 5 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