man: fix a fix of a typo in systemd.service example

The fix from cb263973ac was made the other way around,
i.e. `SIGKILL` was changed to `SIGUSR1`, but the sentence is about a "termination signal", i.e. `SIGKILL`, not `SIGUSR1`.
This commit is contained in:
Jan Chren 2020-08-24 16:40:11 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent e8767f0a1c
commit be3f62faf5
1 changed files with 2 additions and 2 deletions

View File

@ -898,10 +898,10 @@
<example>
<title>A service with the <varname>SuccessExitStatus=</varname> setting</title>
<programlisting>SuccessExitStatus=TEMPFAIL 250 SIGUSR1</programlisting>
<programlisting>SuccessExitStatus=TEMPFAIL 250 SIGKILL</programlisting>
<para>Exit status 75 (<constant>TEMPFAIL</constant>), 250, and the termination signal
<constant>SIGUSR1</constant> are considered clean service terminations.</para>
<constant>SIGKILL</constant> are considered clean service terminations.</para>
</example>
<para>Note: <command>systemd-analyze exit-status</command> may be used to list exit statuses and