From 02ee865a462caa2aeeee673e90287a4c34b013fd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 17 Aug 2010 19:37:36 +0200 Subject: service: rename ValidNoProcess= to RemainAfterExit= --- units/fedora/reboot.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/fedora/reboot.service') 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 -- cgit v1.2.3-54-g00ecf