chiark / gitweb /
logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)
authorLennart Poettering <lennart@poettering.net>
Sat, 27 Oct 2012 22:49:04 +0000 (00:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 27 Oct 2012 22:50:35 +0000 (00:50 +0200)
commit6524990fdc98370ecba5d9f73e67161e8798c010
tree870ed57ed3c756dd34a0223692d1ec5b9e5ef44d
parent2001208c2ab631a69896d1f670c26846b70d1fb7
logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)
18 files changed:
.gitignore
Makefile.am
man/logind.conf.xml
man/systemctl.xml
man/systemd-suspend.service.xml
man/systemd.special.xml
src/core/special.h
src/login/logind-button.c
src/login/logind-button.h
src/login/logind-dbus.c
src/shared/util.c
src/shared/util.h
src/sleep/sleep.c
src/systemctl/systemctl.c
src/test/test-sleep.c [new file with mode: 0644]
units/.gitignore
units/hybrid-sleep.target [new file with mode: 0644]
units/systemd-hybrid-sleep.service.in [new file with mode: 0644]