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 /man | |
parent | 4694836523eb42eea731dc56413742135b6c10ba (diff) |
service: rename ValidNoProcess= to RemainAfterExit=
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index c3eebeabc1..c0fc9a989c 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -164,7 +164,7 @@ to <option>simple</option>, however it is expected that the process has to exit before systemd starts follow-up - units. <varname>ValidNoProcess=</varname> + units. <varname>RemainAfterExit=</varname> is particularly useful for this type of service.</para> @@ -205,7 +205,7 @@ </varlistentry> <varlistentry> - <term><varname>ValidNoProcess=</varname></term> + <term><varname>RemainAfterExit=</varname></term> <listitem><para>Takes a boolean value that specifies whether the service |