diff options
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 1946d85f48..c4bd65e349 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -580,6 +580,20 @@ </varlistentry> <varlistentry> + <term><varname>RestartPreventExitStatus=</varname></term> + <listitem><para>Specify exit status list, which + will prevent service from restart. Codes are + separated by whitespace (e.g. "1 6 SIGKILL").</para></listitem> + </varlistentry> + + <varlistentry> + <term><varname>SuccessExitStatus=</varname></term> + <listitem><para>Specify exit status list, which + will be considered as successful exit. Codes are + separated by whitespace (e.g. "1 6 SIGKILL").</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>PermissionsStartOnly=</varname></term> <listitem><para>Takes a boolean argument. If true, the permission |