The fix from
cb263973acf83de22a86f08fe502a9cbd6c01d2b 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`.
<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