diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-17 19:37:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-17 19:37:36 +0200 |
commit | 02ee865a462caa2aeeee673e90287a4c34b013fd (patch) | |
tree | 665009d130cd1f247cfd5a58959ba6262fe310f4 /units/suse | |
parent | 4694836523eb42eea731dc56413742135b6c10ba (diff) |
service: rename ValidNoProcess= to RemainAfterExit=
Diffstat (limited to 'units/suse')
-rw-r--r-- | units/suse/halt.service | 2 | ||||
-rw-r--r-- | units/suse/poweroff.service | 2 | ||||
-rw-r--r-- | units/suse/reboot.service | 2 |
3 files changed, 3 insertions, 3 deletions
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 |