diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-06 11:44:58 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-06 11:44:58 +0200 |
commit | 162706976624694aa011bbd6736273c6ec04aa1e (patch) | |
tree | 5c17bb9990684d6bbe2bdb14cee6d7ac3c3286ea | |
parent | 7fc97da0f8089efbab117b02067bfcba0a151408 (diff) | |
download | systemd-162706976624694aa011bbd6736273c6ec04aa1e.tar.gz |
update TODO
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -67,6 +67,12 @@ Features: DECIMAL_STR_WIDTH should probably add an extra "-" into account for negative numbers. +* Check that users of inotify's IN_DELETE_SELF flag are using it properly, as + usually IN_ATTRIB is the right way to watch deleted files, as the former only + fires when a file is actually removed from disk, i.e. the link count drops to + zero and is not open anymore, while the latter happens when a file is + unlinked from any dir. + * port systemctl, systemd-inhibit, busctl, … over to format-table.[ch]'s table formatters * pid1: lock image configured with RootDirectory=/RootImage= using the usual nspawn semantics while the unit is up |