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/suse/reboot.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/suse/reboot.service') 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 -- cgit v1.2.3-54-g00ecf