diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-05-12 20:14:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-05-12 23:56:26 +0200 |
commit | 7cc8fb3ef02e320a75e450b865626c7483782c23 (patch) | |
tree | 0eba9a383ca6d578d730afc4bf57229b9746f94d /TODO | |
parent | core: don't bind varlink socket if running in test mode (diff) | |
download | systemd-7cc8fb3ef02e320a75e450b865626c7483782c23.tar.xz systemd-7cc8fb3ef02e320a75e450b865626c7483782c23.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -31,6 +31,13 @@ Features: * pid1: support new clone3() fork-into-cgroup feature +* pid1: also remove PID files of a service when the service starts, not just + when it exits + +* make "systemd-dissect" an official supported tool, i.e. move to /usr/bin/ and + provide man page. Given that we now have a tool that can generate images like + this, it's useful to have one that can dump contents of them, too. + * All tools that support --root= should also learn --image= so that they can operate on disk images directly. Specifically: bootctl, firstboot, tmpfiles, sysusers, systemctl, repart, journalctl, coredumpctl. |