diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-08 19:02:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-08 19:02:25 +0200 |
commit | d889a2069a87e4617b32ddbdeace5a53a12c699d (patch) | |
tree | 7b83f31c7e3f02fda73d4e208598bd93713f9685 /TODO | |
parent | 6edd7d0a09171ea5ae8e01b7b1cbcb0bdfbfeb16 (diff) |
logind: implement suspend/hibernate calls with inhibition logic
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ Features: * automount: implement expire * logind: auto-suspend, auto-shutdown: - IdleAction=(none|suspend|hibernate|poweroff) + IdleAction=(none|suspend|opportunistic|hibernate|poweroff) IdleActionDelay=... SessionIdleMode=(explicit|ignore|login) ForceShutdown=(yes|no) |