summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-11-18 12:17:57 +0100
committerLennart Poettering <lennart@poettering.net>2015-11-18 17:04:04 +0100
commitddb4b0d3eb57292c38a76f9b977f73cea15448fb (patch)
tree87437b940bbe81bf54db1ea8786b8c1127e70a1d /NEWS
parent9f189439e0582709df78be454277c2b6f478181d (diff)
NEWS: add in missing NEWS entry for 228 feature RemainAfterElapse=
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 006aef5e1e..539093616e 100644
--- a/NEWS
+++ b/NEWS
@@ -88,6 +88,14 @@ CHANGES WITH 228:
from PID1's environment block into the environment block of
the service.
+ * Timer units gained support for a new RemainAfterElapse=
+ setting which takes a boolean argument. It defaults on on,
+ exposing behaviour unchanged to previous releases. If set to
+ off, timer units are unloaded after they elapsed if they
+ cannot elapse again. This is particularly useful for
+ transient timer units, which shall not stay around longer
+ than until they first elapse.
+
* systemd will now bump the net.unix.max_dgram_qlen to 512 by
default now (the kernel default is 16). This is beneficial
for avoiding blocking on AF_UNIX/SOCK_DGRAM sockets since it