diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-07-06 13:13:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-07-06 13:13:03 +0200 |
commit | 2df264e60c24d626cddda28a1a4cbb1b6fdd0dab (patch) | |
tree | a53dd79060b4ef5fa9eb47bf8e375da3071bee0e /TODO | |
parent | Merge pull request #23916 from keszybz/assorted-patches (diff) | |
download | systemd-2df264e60c24d626cddda28a1a4cbb1b6fdd0dab.tar.xz systemd-2df264e60c24d626cddda28a1a4cbb1b6fdd0dab.zip |
update TODO
Diffstat (limited to '')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,6 +79,9 @@ Janitorial Clean-ups: Features: +* we should probably drop all use of prefix_roota() and friends, and use + chase_symlinks() instead + * make persistent restarts easier by adding a new setting OpenPersistentFile= or so, which allows openeing one or more files that is "persistent" across service restarts, hot reboot, cold reboots (depending on configuration): the |