diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-04 21:00:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-07 15:29:17 +0200 |
commit | bb527e1137b6b529633f1f956dda5b83b2c27557 (patch) | |
tree | be506dda79b92fa5db282e2cdfcca9f239c4267d /TODO | |
parent | cb209a0489ef13b88659f3a6cecd50f620869c75 (diff) | |
download | systemd-bb527e1137b6b529633f1f956dda5b83b2c27557.tar.gz |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -24,6 +24,12 @@ Janitorial Clean-ups: Features: +* rework mount.c and swap.c to follow proper state enumeration/deserialization + semantics, like we do for device.c now + +* When reloading configuration PID 1 should reset all its properties to the + original defaults before calling parse_config() + * Add OnTimezoneChange= and OnTimeChange= stanzas to .timer units in order to schedule events based on time and timezone changes. |