chiark / gitweb /
man: document Restart= a bit more
authorLennart Poettering <lennart@poettering.net>
Tue, 3 Jul 2012 22:37:12 +0000 (00:37 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 3 Jul 2012 22:37:12 +0000 (00:37 +0200)
man/systemd.service.xml

index fcd3a7dd383511395f165878941e39b85ded8823..491c3df1cb6a375eba0f0b221b41674fd610b880 100644 (file)
                                 <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>