diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-12-13 16:53:40 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-12-17 20:51:11 +0100 |
commit | 46b028f2500ffe2522ca5ded22c61c623cb01d49 (patch) | |
tree | a75df001b76308fccca441730d03b9b969db9fff | |
parent | 7db43ec32fd99e4cc2cea0bc393c972c4215ffd8 (diff) | |
download | systemd-46b028f2500ffe2522ca5ded22c61c623cb01d49.tar.gz |
NEWS: add missing 'not'
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ CHANGES WITH 240 in spe: * The signal to use as last step of killing of unit processes is now configurable. Previously it was hard-coded to SIGKILL, which may now be overridden with the new KillSignal= setting. Note that this is the - signal used when regular termination (i.e. SIGTERM) does suffice. + signal used when regular termination (i.e. SIGTERM) does not suffice. Similarly, the signal used when aborting a program in case of a watchdog timeout may now be configured too (WatchdogSignal=). |