From fd63f36c02e37156c9e8259a081789c1277efb96 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 24 Apr 2017 18:48:10 +0200 Subject: [PATCH] update TODO --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 3cf4ce393c..bc46e33e47 100644 --- a/TODO +++ b/TODO @@ -24,6 +24,11 @@ Janitorial Clean-ups: Features: +* add some optional flag to ReadWritePaths= and friends, that has the effect + that we create the dir in question when the service is started. Example: + + ReadWritePaths=:/var/lib/foobar + * sort generated hwdb files alphabetically when we import them, so that git diffs remain minimal (in particular: the OUI databases we import are not sorted, and not stable)