diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-07-10 18:25:58 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-07-10 18:25:58 +0200 |
commit | d73b607d0f2370cdf31dda292032740cce952507 (patch) | |
tree | a7c71bbaa1da822b5044bbcf00d201d6d7c1db9e /TODO | |
parent | expand path of systemctl link argument (#6186) (diff) | |
download | systemd-d73b607d0f2370cdf31dda292032740cce952507.tar.xz systemd-d73b607d0f2370cdf31dda292032740cce952507.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ 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: |