chiark / gitweb /
networkd: handle suspend events
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 00df87a2c1155c5cd74176141967f9984de58a9c..415efee93e0739da999dd509f74f45e7f37afd45 100644 (file)
--- a/TODO
+++ b/TODO
@@ -34,6 +34,21 @@ External:
 
 Features:
 
+* Introduce $LISTEN_NAMES to complement $LISTEN_FDS, containing a
+  colon separated list of identifiers for the fds passed.
+
+* networkd: implement BindCarrier= logic to .network units that binds
+  application of the file to the carrier sense on another interface,
+  in order to implement uplink/downlink logic.
+
+* make networkd subscribe to PrepareForSleep(false) and refresh all
+  DHCP leases then.
+
+* when the fstab-generator runs in the initrd, it should create a /dev/null mask for systemd-fsck-root.service, to avoid that the the root fs is fsck'ed twice.
+
+* maybe introduce WantsMountsFor=? Usecase:
+  http://lists.freedesktop.org/archives/systemd-devel/2015-January/027729.html
+
 * rework kexec logic to use new kexec_file_load() syscall, so that we
   don't have to call kexec tool anymore.