summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorZach Smith <z@zxmth.us>2019-06-09 05:44:34 +0200
committerZach Smith <z@zxmth.us>2019-06-27 07:04:59 +0200
commit2002d8cdaee105a7ab6bc89d480a9ded2198247a (patch)
tree74a508b4559902b1cd554273e1dfdb5ddd4493de /TODO
parentMerge pull request #12892 from yuwata/fix-test-format-util-12891 (diff)
downloadsystemd-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--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index d54e5ddeaf..02299bb7ca 100644
--- a/TODO
+++ b/TODO
@@ -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.