summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-02-16 14:07:03 +0100
committerLennart Poettering <lennart@poettering.net>2023-02-16 14:07:03 +0100
commit1334070157d3aea925c99ccd744903efa912014b (patch)
tree12a57ccae1eacf18cf34e46923ea50caf4dc576b /TODO
parentbbb40c4e6f45dd0929c59e719310239b11edc040 (diff)
downloadsystemd-1334070157d3aea925c99ccd744903efa912014b.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 15f8c436cd..34c4f87410 100644
--- a/TODO
+++ b/TODO
@@ -129,6 +129,10 @@ Deprecations and removals:
Features:
+* Add systemd-mount@.service which is instantiated for a block device and
+ invokes systemd-mount and exits. This is then useful to use in
+ ENV{SYSTEMD_WANTS} in udev rules, and a bit prettier than using RUN+=
+
* sd-journal puts a limit on parallel journal files to view at once. journald
should probably honour that same limit (JOURNAL_FILES_MAX) when vacuuming to
ensure we never generate more files than we can actually view.