[systemd-commits] man/systemd.service.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Jul 3 15:37:23 PDT 2012
man/systemd.service.xml | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
New commits:
commit 5389fedd99dacee6811057c8e49a6cb96ba6a52e
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jul 4 00:37:12 2012 +0200
man: document Restart= a bit more
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index fcd3a7d..491c3df 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -535,18 +535,20 @@
<option>on-failure</option> 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
<option>on-abort</option> it will be
restarted only if it exits due to
- reception of an uncaught signal. If
- set to <option>always</option> the
- service will be restarted regardless
- whether it exited cleanly or not,
- got terminated abnormally by a
- signal or hit a timeout.</para></listitem>
+ reception of an uncaught signal
+ (including on core dump). If set to
+ <option>always</option> the service
+ will be restarted regardless whether
+ it exited cleanly or not, got
+ terminated abnormally by a signal or
+ hit a timeout.</para></listitem>
</varlistentry>
<varlistentry>
More information about the systemd-commits
mailing list