summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-06-19 01:12:54 +0200
committerLennart Poettering <lennart@poettering.net>2015-06-19 01:12:54 +0200
commita2088fd025deb90839c909829e27eece40f7fce4 (patch)
tree805021c839aa9a9ed8085256f8ccc3c2353922dc
parentb912e251812bb65bed1d545d9748f5b0918f1559 (diff)
downloadsystemd-a2088fd025deb90839c909829e27eece40f7fce4.tar.gz
update TODO
-rw-r--r--TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/TODO b/TODO
index d629474c33..386599bc10 100644
--- a/TODO
+++ b/TODO
@@ -17,8 +17,6 @@ Bugfixes:
External:
-* "systemctl edit" should know a mode to create a new unit file
-
* Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.
* wiki: update journal format documentation for lz4 additions
@@ -28,6 +26,13 @@ External:
Features:
+* "systemctl edit" should know a mode to create a new unit file
+
+* there's probably something wrong with having user mounts below /sys,
+ as we have for debugfs. for exmaple, src/core/mount.c handles mounts
+ prefixed with /sys generally special.
+ http://lists.freedesktop.org/archives/systemd-devel/2015-June/032962.html
+
* Add PassEnvironment= setting to service units, to import select env vars from PID 1 into the service env block
* nspawn: fix logic always print a final newline on output.