diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-11 10:15:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-26 18:09:01 +0100 |
commit | fe1bff158e66bd4cc05e435ab29af830b8f3b3ac (patch) | |
tree | 05d71a5863bb74ec0a2786561da807ae4f40f916 /TODO | |
parent | test: add simple test for importd (diff) | |
download | systemd-fe1bff158e66bd4cc05e435ab29af830b8f3b3ac.tar.gz systemd-fe1bff158e66bd4cc05e435ab29af830b8f3b3ac.tar.bz2 systemd-fe1bff158e66bd4cc05e435ab29af830b8f3b3ac.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ Features: * bootctl,sd-boot: actually honour the "architecture" key +* when a socket unit is spawned with an AF_UNIX path in /var/run, complain and + patch it to use /run instead + * consider splitting out all temporary file creation APIs (we have so many in fileio.h and elsewhere!) into a new util file of its own. |