summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
diff options
context:
space:
mode:
authorJan Chren <dev.rindeal@gmail.com>2020-08-24 16:40:11 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-08-24 17:04:01 +0200
commitbe3f62faf5d498aaab4cf6ceb3ca56e0d994ddf5 (patch)
treec2174325c20e780252d3ca125516a6da0635fe7c /man/systemd.service.xml
parente8767f0a1cc3eac4bb5e852e5a422541324fd560 (diff)
downloadsystemd-be3f62faf5d498aaab4cf6ceb3ca56e0d994ddf5.tar.gz
man: fix a fix of a typo in systemd.service example
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`.
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r--man/systemd.service.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index fbb2987d0b..5aec511724 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -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