diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-01-06 18:46:09 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-01-06 18:46:35 +0100 |
commit | f277e5f607cc90c3627bc3f2525cae3e786cfdf7 (patch) | |
tree | ed81d5188dca5ae7ebac8adc02a568eeab990920 /TODO | |
parent | Merge pull request #30801 from yuwata/test-network-cleanups (diff) | |
download | systemd-f277e5f607cc90c3627bc3f2525cae3e786cfdf7.tar.xz systemd-f277e5f607cc90c3627bc3f2525cae3e786cfdf7.zip |
TODO: drop some implemented entries
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1832,8 +1832,6 @@ Features: * man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted. -* load .d/*.conf dropins for device units - * There's currently no way to cancel fsck (used to be possible via C-c or c on the console) * add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/ @@ -2328,14 +2326,10 @@ Features: * systemctl: - add systemctl switch to dump transaction without executing it - Add a verbose mode to "systemctl start" and friends that explains what is being done or not done - - "systemctl disable" on a static unit prints no message and does - nothing. "systemctl enable" does nothing, and gives a bad message - about it. Should fix both to print nice actionable messages. - print nice message from systemctl --failed if there are no entries shown, and hook that into ExecStartPre of rescue.service/emergency.service - add new command to systemctl: "systemctl system-reexec" which reexecs as many daemons as virtually possible - systemctl enable: fail if target to alias into does not exist? maybe show how many units are enabled afterwards? - systemctl: "Journal has been rotated since unit was started." message is misleading - - systemctl status output should include list of triggering units and their status * introduce an option (or replacement) for "systemctl show" that outputs all properties as JSON, similar to busctl's new JSON output. In contrast to that |