summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-10-07 09:11:03 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-10-07 09:19:49 -0400
commitd19e85f0d474ed1882561b458d528cbae49f640e (patch)
tree14c00b86a7f3c8c22cae35bdd1800d81b02ebcca /TODO
parent5d9a2698e74eefc20ea7cbbaeaffb566e398f2ba (diff)
Update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 0c648f9931..10baa1cec3 100644
--- 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.