summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2024-01-06 18:46:09 +0100
committerMike Yuan <me@yhndnzj.com>2024-01-06 18:46:35 +0100
commitf277e5f607cc90c3627bc3f2525cae3e786cfdf7 (patch)
treeed81d5188dca5ae7ebac8adc02a568eeab990920 /TODO
parentMerge pull request #30801 from yuwata/test-network-cleanups (diff)
downloadsystemd-f277e5f607cc90c3627bc3f2525cae3e786cfdf7.tar.xz
systemd-f277e5f607cc90c3627bc3f2525cae3e786cfdf7.zip
TODO: drop some implemented entries
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index e60bf28413..f6a76b9a2b 100644
--- a/TODO
+++ b/TODO
@@ -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