From be3f62faf5d498aaab4cf6ceb3ca56e0d994ddf5 Mon Sep 17 00:00:00 2001 From: Jan Chren Date: Mon, 24 Aug 2020 16:40:11 +0200 Subject: [PATCH] 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`. --- man/systemd.service.xml | 4 ++-- 1 file 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 @@ 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