diff options
author | Zach Smith <z@zxmth.us> | 2019-06-09 05:44:34 +0200 |
---|---|---|
committer | Zach Smith <z@zxmth.us> | 2019-06-27 07:04:59 +0200 |
commit | 2002d8cdaee105a7ab6bc89d480a9ded2198247a (patch) | |
tree | 74a508b4559902b1cd554273e1dfdb5ddd4493de /TODO | |
parent | Merge pull request #12892 from yuwata/fix-test-format-util-12891 (diff) | |
download | systemd-2002d8cdaee105a7ab6bc89d480a9ded2198247a.tar.xz systemd-2002d8cdaee105a7ab6bc89d480a9ded2198247a.zip |
systemd-sleep: (bug) use resume_offset value if set
Use hibernation configuration as defined in
/sys/power/resume and /sys/power/resume_offset
if present before inspecting /proc/swaps and
attempting to calculate swapfile offset
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -56,10 +56,6 @@ Features: with a nice speed-up on services that have many processes running in the same cgroup. -* clean up sleep.c: - - Make sure resume= and resume_offset= on the kernel cmdline always take - precedence - * make MAINPID= message reception checks even stricter: if service uses User=, then check sending UID and ignore message if it doesn't match the user or root. |