diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-26 16:09:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-26 16:09:25 +0200 |
commit | 6577c7cea72f19185ad999c223bcf663c010dc6f (patch) | |
tree | c4343b08c74bbcffae599a31736a3766acd6f7f7 /man | |
parent | 39bdfa31f2f00c3357e2a7a5f139abee6d7c7cd3 (diff) |
core: allow setting RemainAfterExit= for transient services
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-run.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 3f777b5a4e..707d88d766 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -147,6 +147,19 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. instead of the <filename>system.slice</filename>.</para> </listitem> </varlistentry> + + <varlistentry> + <term><option>--remain-after-exit</option></term> + + <listitem><para>After the service's process terminated keep + the service around until it is explicitly stopped. This is + useful to collect runtime information about the service after + it finished running. Also see + <varname>RemainAfterExit=</varname> in + <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>. + </para> + </listitem> + </varlistentry> </variablelist> <para>All command-line arguments after the first non-option |