[systemd-devel] [PATCH 0/2 v2] suspend support for freeze and standby
Zbigniew Jędrzejewski-Szmek
zbyszek at in.waw.pl
Sat May 4 08:38:22 PDT 2013
'ignored_sections' are gone. /etc/systemd/sleep.conf is added.
Seems to work for me. If nobody complains, I'll commit that.
Zbigniew Jędrzejewski-Szmek (2):
fileio: split write_one_line_file into two
systemd-sleep: add support for freeze and standby
Makefile-man.am | 1 +
Makefile.am | 5 +-
TODO | 3 -
man/systemd-sleep.conf.xml | 181 +++++++++++++++++++++++++++++
man/systemd-suspend.service.xml | 50 +++++++-
man/systemd.xml | 2 +-
src/core/main.c | 2 +-
src/login/logind-action.c | 7 +-
src/login/logind-dbus.c | 56 +++------
src/shared/fileio.c | 23 ++--
src/shared/fileio.h | 4 +
src/shared/sleep-config.c | 182 ++++++++++++++++++++++++++++++
src/shared/sleep-config.h | 26 +++++
src/shared/util.c | 53 ---------
src/shared/util.h | 3 -
src/sleep/sleep.c | 244 ++++++++++++++++++++++++++++------------
src/test/test-sleep.c | 30 ++++-
17 files changed, 671 insertions(+), 201 deletions(-)
create mode 100644 man/systemd-sleep.conf.xml
create mode 100644 src/shared/sleep-config.c
create mode 100644 src/shared/sleep-config.h
--
1.8.2.562.g931e949
More information about the systemd-devel
mailing list