From: Lennart Poettering Date: Tue, 3 Jul 2012 22:37:12 +0000 (+0200) Subject: man: document Restart= a bit more X-Git-Tag: v187~166 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5389fedd99dacee6811057c8e49a6cb96ba6a52e man: document Restart= a bit more --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index fcd3a7dd3..491c3df1c 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -535,18 +535,20 @@ it will be restarted only when it exited with an exit code not equalling 0, when - terminated by a signal, when an - operation times out or when the + terminated by a signal (including on + core dump), when an operation (such as + service reload) times out or when the configured watchdog timeout is triggered. If set to it will be restarted only if it exits due to - reception of an uncaught signal. If - set to the - service will be restarted regardless - whether it exited cleanly or not, - got terminated abnormally by a - signal or hit a timeout. + reception of an uncaught signal + (including on core dump). If set to + the service + will be restarted regardless whether + it exited cleanly or not, got + terminated abnormally by a signal or + hit a timeout.