From: Jan Chren Date: Mon, 24 Aug 2020 14:40:11 +0000 (+0200) Subject: man: fix a fix of a typo in systemd.service example X-Git-Tag: v247-rc1~380 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be3f62faf5d498aaab4cf6ceb3ca56e0d994ddf5;p=thirdparty%2Fsystemd.git 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`. --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index fbb2987d0be..5aec511724e 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -898,10 +898,10 @@ A service with the <varname>SuccessExitStatus=</varname> setting - SuccessExitStatus=TEMPFAIL 250 SIGUSR1 + SuccessExitStatus=TEMPFAIL 250 SIGKILL Exit status 75 (TEMPFAIL), 250, and the termination signal - SIGUSR1 are considered clean service terminations. + SIGKILL are considered clean service terminations. Note: systemd-analyze exit-status may be used to list exit statuses and