chiark / gitweb /
hibernate-resume: add a tool to write a device node's major:minor to /sys/power/resume.
authorIvan Shapovalov <intelfx100@gmail.com>
Tue, 26 Aug 2014 20:17:44 +0000 (00:17 +0400)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 Aug 2014 20:19:54 +0000 (22:19 +0200)
commit42483a747489ff46aed3588b78bf4b9480dbeaf7
treec36c68635b606764bae8e575c224d677afc8f8e1
parent66f311206e908a5b6f21e66fad73e1e5ea3e31d6
hibernate-resume: add a tool to write a device node's major:minor to /sys/power/resume.

This can be used to initiate a resume from hibernation by path to a swap
device containing the hibernation image.

The respective templated unit is also added. It is instantiated using
path to the desired resume device.
.gitignore
Makefile-man.am
Makefile.am
man/systemd-hibernate-resume@.service.xml [new file with mode: 0644]
src/hibernate-resume/Makefile [new symlink]
src/hibernate-resume/hibernate-resume.c [new file with mode: 0644]
units/.gitignore
units/systemd-hibernate-resume@.service.in [new file with mode: 0644]