X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;fp=TODO;h=386599bc10cf8435b6659a5db7ac4f66b0c60413;hp=43b69681a808ab96b654ed6d7b3932e2324ca7fe;hb=1cfc78c91965df340cdde100ad6cb3ed50b28927;hpb=86e97d599f8b1ca379dce64fadac9b8f6b002ac5 diff --git a/TODO b/TODO index 43b69681a..386599bc1 100644 --- a/TODO +++ b/TODO @@ -26,6 +26,31 @@ External: Features: +* "systemctl edit" should know a mode to create a new unit file + +* there's probably something wrong with having user mounts below /sys, + as we have for debugfs. for exmaple, src/core/mount.c handles mounts + prefixed with /sys generally special. + http://lists.freedesktop.org/archives/systemd-devel/2015-June/032962.html + +* Add PassEnvironment= setting to service units, to import select env vars from PID 1 into the service env block + +* nspawn: fix logic always print a final newline on output. + https://github.com/systemd/systemd/pull/272#issuecomment-113153176 + +* make nspawn's --network-veth switch more powerful: + http://lists.freedesktop.org/archives/systemd-devel/2015-June/033121.html + +* man: document that unless you use StandardError=null the shell >/dev/stderr won't work in shell scripts in services + +* man: clarify that "machinectl show" shows different information than "machinectl status" (no cgroup tree, no IP addresses, ...) + +* "systemctl daemon-reload" should result in /etc/systemd/system.conf being reloaded by systemd + +* install: include generator dirs in unit file search paths + +* networkd: add support for configuring ipv6 privacy extensions + * introduce an NSS module that uses machined info to give container UIDs pretty names when user namespacing is used. * stop using off_t, it's a crazy type. Use uint64_t instead. @@ -537,8 +562,6 @@ Features: * maybe do not install getty@tty1.service symlink in /etc but in /usr? -* re-enable "make check" for gtk-doc (broken for unknown reason) - * fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points https://bugzilla.redhat.com/show_bug.cgi?id=812826