summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-25 08:32:29 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-25 11:43:43 +0200
commitec82d020534270d1979da2d0b27f84e1846b2851 (patch)
tree3bc1c9d65cdbfff9ed6d208e5ffe548baff56c3d /TODO
parentf6db7e82993749f55980c03c39c19b29c74e30b7 (diff)
Prep v234: Update root build files to upstream.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3cf4ce393..61efa5e9f 100644
--- a/TODO
+++ b/TODO
@@ -24,6 +24,15 @@ Janitorial Clean-ups:
Features:
+* Add AddUser= setting to unit files, similar to DynamicUser=1 which however
+ creates a static, persistent user rather than a dynamic, transient user. We
+ can leverage code from sysusers.d for this.
+
+* 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)