X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=a7a4fc065b7e95ffcdc3a1661b4244062662f3cc;hb=e190aa0be1fa6cb1f56e036598ba90d58d16d9e8;hp=62e0a2e37dcfe936a870e6c02e3f06c2579c7bec;hpb=2121dcdded3275ed07786fc7924b6d40ca916dc9;p=elogind.git diff --git a/TODO b/TODO index 62e0a2e37..a7a4fc065 100644 --- a/TODO +++ b/TODO @@ -30,6 +30,10 @@ F15 External: Features: +* introduce dbus calls for enabling/disabling a service + +* support notifications for services being enabled/disabled + * Maybe merge nss-myhostname into systemd? * ensure we strip empty directories from search path @@ -38,11 +42,11 @@ Features: * GC unreferenced jobs (such as .device jobs) -* support wildcard expansion in ListeStream= and friends +* support wildcard expansion in ListenStream= and friends -* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services +* support wildcard expansion in EnvironmentFile= and friends -* use pivot_root on shutdown so that we can unmount the root directory. +* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services * fix alsa mixer restore to not print error when no config is stored @@ -128,9 +132,10 @@ Features: * make sure timeouts are applied to Type=oneshot services. -* Maybe implement "systemctl mask" and "systemctl unmask", but not - document it? When doing that add switch to make this temporary by - placing mask links in /dev. +* Implement: + systemctl mask + systemctl unmask + Also support --temp to make this temporary by placing mask links in /run. * detect LXC environment @@ -157,13 +162,14 @@ Features: be killed very late after the rootfs is read only? If implement pass this to shutdown binary via command line argument. -* Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the - needed action +* use pivot_root on shutdown so that we can unmount the root directory. + - copy binaries to, and pivot_root() to the "shutdown tmpfs" + - solve "mdadm --wait-clean" problem that way * dot output for --test showing the 'initial transaction' * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445) - - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290 + - timerfd() with TFD_TIMER_CANCELON_SET support: https://lkml.org/lkml/2011/4/27/383 * systemd --user - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165