Update TODO

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-10-07 09:11:03 -04:00
parent 5d9a2698e7
commit d19e85f0d4
1 changed files with 8 additions and 0 deletions

8
TODO
View File

@ -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.