summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
diff options
context:
space:
mode:
authorUmut Tezduyar Lindskog <umut.tezduyar@axis.com>2014-10-28 16:35:40 +0100
committerLennart Poettering <lennart@poettering.net>2014-10-28 17:37:39 +0100
commitdb2cb23b5b179707000d28a11efb3d888d06ee80 (patch)
treed2ee7df6404f5bfaa43a3d0d050fe877866fdce2 /man/systemd.service.xml
parentf10af76de5e6589e35ed620c75f3f6eb02cdf345 (diff)
core: send sigabrt on watchdog timeout to get the stacktrace
if sigabrt doesn't do the job, follow regular shutdown routine, sigterm > sigkill.
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r--man/systemd.service.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 115d1692ed..e563b1968b 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -593,8 +593,9 @@
(i.e. the "keep-alive ping"). If the time
between two such calls is larger than
the configured time, then the service
- is placed in a failed state. By
- setting <varname>Restart=</varname> to
+ is placed in a failed state and it will
+ be terminated with <varname>SIGABRT</varname>.
+ By setting <varname>Restart=</varname> to
<option>on-failure</option> or
<option>always</option>, the service
will be automatically restarted. The