diff options
author | Anita Zhang <anitzhang@gmail.com> | 2018-09-19 21:03:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-09-26 16:14:29 +0200 |
commit | c87700a1335f489be31cd3549927da68b5638819 (patch) | |
tree | ec3a2419cbb0f4b6fb34efcfb28fbcf2f7d41186 /docs | |
parent | Merge pull request #10158 from keszybz/seccomp-log-tightening (diff) | |
download | systemd-c87700a1335f489be31cd3549927da68b5638819.tar.xz systemd-c87700a1335f489be31cd3549927da68b5638819.zip |
Make Watchdog Signal Configurable
Allows configuring the watchdog signal (with a default of SIGABRT).
This allows an alternative to SIGABRT when coredumps are not desirable.
Appropriate references to SIGABRT or aborting were renamed to reflect
more liberal watchdog signals.
Closes #8658
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TRANSIENT-SETTINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/TRANSIENT-SETTINGS.md b/docs/TRANSIENT-SETTINGS.md index bb13cfdbfe..1b9a240e5c 100644 --- a/docs/TRANSIENT-SETTINGS.md +++ b/docs/TRANSIENT-SETTINGS.md @@ -257,6 +257,7 @@ All process killing settings are available for transient units: ✓ KillMode= ✓ KillSignal= ✓ FinalKillSignal= +✓ WatchdogSignal= ``` ## Service Unit Settings |