Files
systemd/src/basic
Lennart Poettering 1f0958f640 core: when determining whether a process exit status is clean, consider whether it is a command or a daemon
SIGTERM should be considered a clean exit code for daemons (i.e. long-running
processes, as a daemon without SIGTERM handler may be shut down without issues
via SIGTERM still) while it should not be considered a clean exit code for
commands (i.e. short-running processes).

Let's add two different clean checking modes for this, and use the right one at
the appropriate places.

Fixes: #4275
2016-10-10 22:57:01 +02:00
..
2016-02-19 01:36:46 +06:00
2015-11-30 21:51:03 +01:00
2016-06-21 13:20:48 +02:00
2015-11-18 23:09:02 +01:00
2016-03-15 19:40:33 -04:00
2015-11-30 21:51:03 +01:00
2016-08-04 23:53:07 -04:00
2016-09-24 20:13:28 -04:00
2016-06-13 18:47:42 +02:00
2016-03-22 18:51:59 -04:00
2016-07-31 22:48:22 -04:00