diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-30 15:01:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-30 15:01:51 +0200 |
commit | 069cfc85f876bb6966cb5a9bbe0235f5064622cd (patch) | |
tree | a16d282285e3c34e8af510a86d063bd5ba92804e /TODO | |
parent | 939b8f14dcd9312140d001b55b4e7a87173682ef (diff) |
logind: optionally handle power, sleep and lid switch events
This takes handling of chassis power and sleep keys as well as the lid
switch over from acpid.
This logic is enabled by default for power and sleep keys, but not for
the lid switch.
If a graphical session is in the foreground no action is taken under the
assumption that the graphical session does this.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. Features: + +* nspawn: make use of device cgroup contrller by default + * parse kernel cmdline option for capability bset * logind: listen to power-button events |