diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-04-12 18:20:13 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-04-12 18:20:13 +0200 |
commit | 025ef1d2264b24e77283d312dede8af01fa050f6 (patch) | |
tree | 3dd77d23d19943926f36cb60b1685a4fb657bc89 /TODO | |
parent | 1116e14c49ac1291eb5e46fcf5e691ef57267b54 (diff) | |
parent | 3c6d8e57e870ed56dbb53ce62f0a3d32de101cd8 (diff) |
Merge pull request #2973 from poettering/search-path
Many fixes, in particular to the install logic
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 25 |
1 files changed, 16 insertions, 9 deletions
@@ -33,16 +33,29 @@ Janitorial Clean-ups: Features: -* when using UTF8, ellipsize with "…" rather than "...", so that we can show more contents before truncating +* transient units: don't bother with actually setting unit properties, we + reload the unit file anyway + +* https://github.com/systemd/systemd/pull/2886 is fucked + +* make sure resolved can be restarted without losing pushed-in dns config + +* fix https://github.com/systemd/systemd/pull/2890, this shouldn't be exported + like this. -* machinectl remove --hidden + machinectl remove --all +* journald: sigbus API via a signal-handler safe function that people may call + from the SIGBUS handler + +* resolved: cefmz.x.incapdns.net fails to authenticate + +* when using UTF8, ellipsize with "…" rather than "...", so that we can show more contents before truncating * move specifier expansion from service_spawn() into load-fragment.c * optionally, also require WATCHDOG=1 notifications during service start-up and shutdown * resolved: maybe, after all, implement local listening for DNS packets on port - 53. + 127.0.0.53:53. * delay activation of logind until somebody logs in, or when /dev/tty0 pulls it in or lingering is on (so that containers don't bother with it until PAM is used). also exit-on-idle @@ -68,12 +81,6 @@ Features: * push CPUAffinity= also into the "cpuset" cgroup controller (only after the cpuset controller got ported to the unified hierarchy) -* add a new command "systemctl revert" or so, that removes all dropin - snippets in /run and /etc, and all unit files with counterparts in - /usr, and thus undoes what "systemctl set-property" and "systemctl - edit" create. Maybe even add "systemctl revert -a" to do this for - all units. - * PID 1 should send out sd_notify("WATCHDOG=1") messages (for usage in the --user mode, and when run via nspawn) * consider throwing a warning if a service declares it wants to be "Before=" a .device unit. |