X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;fp=TODO;h=61efa5e9f3468bf3c0660cf3ee92a4e3ebfe986f;hb=ec82d020534270d1979da2d0b27f84e1846b2851;hp=3cf4ce393c6d7b832f28e0820631622c7e1f8def;hpb=f6db7e82993749f55980c03c39c19b29c74e30b7;p=elogind.git 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)