]> git.ipfire.org Git - thirdparty/systemd.git/commit - TODO
shared/install: log syntax error for invalid DefaultInstance=
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 13 Dec 2019 18:25:50 +0000 (19:25 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 16 Dec 2019 13:19:49 +0000 (14:19 +0100)
commite51712963b817995781534975470f1b54171702b
tree23287ae88141cddf56f41aaaf35493b1950f6d72
parentd7ceaf72618aa2466fc4465ce8fcebf0cba68cc1
shared/install: log syntax error for invalid DefaultInstance=

Ideally, we would want to report this over back over dbus. But that is pretty hard,
because the unitfile parsing logic doesn't provide any feedback.
systemd-analyze verify also doesn't notice the issue, because it doesn't look
at the [Install] section at all. Let's print a message in the logs at least.
TODO
src/shared/install.c