]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Update TODO
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Oct 2014 13:11:03 +0000 (09:11 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Oct 2014 13:19:49 +0000 (09:19 -0400)
TODO

diff --git a/TODO b/TODO
index 0c648f993108fc870f957bcb6c5cfc68017ef0e6..10baa1cec32841b82907aae12f170cb23b6fb0c3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -10,6 +10,14 @@ Bugfixes:
 
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
+After killing 'systemd --user', systemctl restart user@... fails.
+
+ExecStart with unicode characters fails in strv_split_quoted:
+
+          [Service]
+          Environment=ONE='one' "TWO='two two' too" THREE=
+          ExecStart=/bin/python3 -c 'import sys;print(sys.argv)' $ONE $TWO $THREE
+
 External:
 * Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.