diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-20 09:05:50 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-20 09:05:50 +0200 |
commit | 24f3a374b9588a6e409ba58b40bdd684050decf3 (patch) | |
tree | 7088748344894d6371227b8a8069c57894b0eac6 /TODO | |
parent | e23637b64920309466481203285c8bf0d902eee3 (diff) |
tmpfiles: exclude the first level directories in /run/user from automatic clean up
It's logind's job to maintain those user dirs, so avoid automatic clean
up for them. However, we do cover everything within them.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -26,6 +26,17 @@ Bugfixes: rename enum "ManagerRunningAs" to "SystemdRunningAs" and move it to shared/ Features: + +* readahead: merge the three tools into one binary + +* systemctl: when stopping a service which has triggres and warning about it actually check the TriggeredBy= deps fields + +* send SIGPWR to upower on resume so that it can send out its dbus signal for compat + +* vtconsole: don't override kernel cmdline utf8 override setting + +* journal: hook up with EFI firmware log, new kmsg logic + * falconindy: allow unescaped pathes for mount units, like "systmectl status /.mount"? * handle C-A-Del in logind, like the power/suspend buttons? |