diff options
author | Daniel Mack <github@zonque.org> | 2015-10-07 22:01:53 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-10-07 22:01:53 +0200 |
commit | 8aec6ec510884cbcad7327bead40751ac1b8fd1b (patch) | |
tree | ffddfc96350cd8c6ac23a93245c89532f4e184a8 /TODO | |
parent | c379f143a5ccdbc94a87cfca0174e7f21fa05f26 (diff) | |
parent | 42718282f5b545684ca1a4e3fd71f8c593d15f97 (diff) |
Merge pull request #1490 from poettering/machinectl-shell-race-fix
machinectl shell race fix
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -26,9 +26,9 @@ External: Features: -* add a concept of RemainAfterExit= to scope units +* when creating transient services, support passing in a tty fd to use for stdin/stdout -* add journal vacuum by max number of files +* add a concept of RemainAfterExit= to scope units * add a new command "systemctl revert" or so, that removes all dropin snippets in /run and /etc, and all unit files with counterparts in @@ -159,15 +159,9 @@ Features: that are not supported... http://lists.freedesktop.org/archives/systemd-devel/2015-February/028076.html -* Introduce $LISTEN_NAMES to complement $LISTEN_FDS, containing a - colon separated list of identifiers for the fds passed. - * maybe introduce WantsMountsFor=? Usecase: http://lists.freedesktop.org/archives/systemd-devel/2015-January/027729.html -* rework kexec logic to use new kexec_file_load() syscall, so that we - don't have to call kexec tool anymore. - * The udev blkid built-in should expose a property that reflects whether media was sensed in USB CF/SD card readers. This should then be used to control SYSTEMD_READY=1/0 so that USB card readers aren't |