From 09b69d68faf054e9ec1327aee716b9be7210d709 Mon Sep 17 00:00:00 2001 From: Ted W Date: Tue, 9 May 2017 13:22:04 -0500 Subject: [PATCH] man: Clarify Restart= exception for systemctl stop (#5891) --- man/systemd.service.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 51617f2..9a0b72a 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -658,9 +658,10 @@ As exceptions to the setting above, the service will not be restarted if the exit code or signal is specified in - RestartPreventExitStatus= (see below). - Also, the services will always be restarted if the exit code - or signal is specified in + RestartPreventExitStatus= (see below) or + the service is stopped with systemctl stop + or an equivalent operation. Also, the services will always be + restarted if the exit code or signal is specified in RestartForceExitStatus= (see below). Note that service restart is subject to unit start rate -- 2.7.4