]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 16 Feb 2023 13:07:03 +0000 (14:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 16 Feb 2023 13:07:03 +0000 (14:07 +0100)
TODO

diff --git a/TODO b/TODO
index 15f8c436cd94eb0a7a89083e9c6e81bc5d696332..34c4f87410dc7fa6a76524b08034c71c7e7ca9dd 100644 (file)
--- 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.