X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=cba2c8cfec427ecf13f63fb8950a73f9dd8aa3a5;hb=437b7dee328738b7aca89a9c7527f228ff8f2d34;hp=087764969c9705366934e13d071c8236fe29b838;hpb=53ed2eeb2e709a6c0d152d7bdf2d9a4b9f997a16;p=elogind.git diff --git a/TODO b/TODO index 087764969..cba2c8cfe 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,16 @@ Bugfixes: Features: +* systemctl reboot -ff should trigger an immediate reboot + +* support units generated by a generator and placed in /run/systemd/system/; the directory is + currently ignored because it is empty before the generatores are executed + +* let 'systemctl reboot' called as non-root talk to logind instead of systemd, to get polkit + system policy in the loop of privilege checking, so normal users can possibly use /sbin/reboot + +* Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines + * figure out whether we should leave dbus around during shutdown * support closing all fds via RLIMIT_NOFILE instead of /proc, in order to make chroot stuff work.