diff options
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index d316ab5d2e..72b872bece 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -748,7 +748,10 @@ ExecStart=/bin/echo $ONE $TWO ${TWO} <constant>SIGTERM</constant>, and <constant>SIGPIPE</constant>. Exit status definitions can either be numeric exit codes or termination signal names, - separated by spaces. For example: + separated by spaces. Signals will only + be considered if the service does not implement + a signal handler and exits as a direct result + of receiving the signal. For example: <programlisting>SuccessExitStatus=1 2 8 <constant>SIGKILL</constant></programlisting> ensures that exit codes 1, 2, 8 and the termination signal |