summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-09-17 17:28:35 -0500
committerLennart Poettering <lennart@poettering.net>2013-09-17 17:28:35 -0500
commitef5bfcf668e6029faa78534dfeb2591df854cdef (patch)
tree15d01f40f31ac239206e06042f44dc9de8215a53 /TODO
parentd7bd01b547bd91353513131561de9cc7d9f7d405 (diff)
backlight,random-seed: move state files into /var/lib/systemd
Let's not scatter (private) files in /var around, let's place them all in /var/lib/systemd and below.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index d5b32ac86..c0f51de28 100644
--- a/TODO
+++ b/TODO
@@ -72,8 +72,6 @@ Features:
interate through that to bring down complexity from O(n^2) to O(n)
when loading units
-* Move backlight and random-seed into /var/lib/systemd
-
* If we try to find a unit via a dangling symlink generate a clean
error. Currently we just ignore it and read the unit from the search
path anyway.