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/gentoo/halt.service | |
parent | 4694836523eb42eea731dc56413742135b6c10ba (diff) |
service: rename ValidNoProcess= to RemainAfterExit=
Diffstat (limited to 'units/gentoo/halt.service')
-rw-r--r-- | units/gentoo/halt.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 |