summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-04 21:00:44 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-07 15:29:17 +0200
commitbb527e1137b6b529633f1f956dda5b83b2c27557 (patch)
treebe506dda79b92fa5db282e2cdfcca9f239c4267d /TODO
parentcb209a0489ef13b88659f3a6cecd50f620869c75 (diff)
downloadsystemd-bb527e1137b6b529633f1f956dda5b83b2c27557.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 533f9d87bd..4c4de2a1c8 100644
--- a/TODO
+++ b/TODO
@@ -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.