Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-09 | systemd-hibernate-resume@.service: remove unnecessary ordering | Ivan Shapovalov | |
They were left from an early review iteration, when hibernate-resume functionality was intended to work also outside of initramfs. Now this is not the case, and these dependencies became redundant as systemd-fsck-root.service can never be part of initramfs, and systemd-remount-fs.service makes little sense in it. | |||
2014-08-26 | hibernate-resume: add a tool to write a device node's major:minor to ↵ | Ivan Shapovalov | |
/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. |