diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-11-16 15:02:56 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-11-20 16:37:22 +0100 |
commit | 53c35a766f93e9aee79a8dbf44443d3040fbde14 (patch) | |
tree | a954f3e660492069c068b4273eebaab427de28f3 /man/systemd.service.xml | |
parent | 9990ea0e59373c02b6bd64a5a4c860d2579f77db (diff) | |
download | systemd-53c35a766f93e9aee79a8dbf44443d3040fbde14.tar.gz |
core: generalize FailureAction= move it from service to unit
All kinds of units can fail, hence it makes sense to offer this as
generic concept for all unit types.
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index fe83581b6e..ada92369e1 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -894,14 +894,6 @@ </varlistentry> <varlistentry> - <term><varname>FailureAction=</varname></term> - <listitem><para>Configure the action to take when the service enters a failed state. Takes the same values as - the unit setting <varname>StartLimitAction=</varname> and executes the same actions (see - <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>). Defaults to - <option>none</option>. </para></listitem> - </varlistentry> - - <varlistentry> <term><varname>FileDescriptorStoreMax=</varname></term> <listitem><para>Configure how many file descriptors may be stored in the service manager for the service using <citerefentry><refentrytitle>sd_pid_notify_with_fds</refentrytitle><manvolnum>3</manvolnum></citerefentry>'s |