diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-01-12 22:14:49 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-01-13 20:21:36 +0100 |
commit | f506d09f714ce7c405d27cdf5939e1fdc3ed1a07 (patch) | |
tree | 314599ec77e9c798f06efea69ab5ff2440f2ad56 | |
parent | 0aaa263f1651cab2ae1a02ae64cbf523b21fb6e1 (diff) |
update TODO
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -33,6 +33,15 @@ Janitorial Clean-ups: Features: +* add systemctl stop --job-mode=triggering that follows TRIGGERED_BY deps and adds them to the same transaction + +* coredump logic should use prlimit() to query RLIMIT_CORE of the dumpee and honour it + +* Add a MaxRuntimeSec= setting for service units (or units in general) to terminate units after they ran for a certain + amount of time + +* Maybe add a way how users can "pin" units into memory, so that they are not subject to automatic GC? + * PID1: find a way how we can reload unit file configuration for specific units only, without reloading the whole of systemd |