From bb527e1137b6b529633f1f956dda5b83b2c27557 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 4 Jun 2018 21:00:44 +0200 Subject: [PATCH] update TODO --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) 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.