2015-03-19 15:02 GMT+01:00 Dimitri John Ledkov <[email protected]>: > On 19 March 2015 at 13:31, David Herrmann <[email protected]> wrote: >> Hi >> >> On Tue, Mar 17, 2015 at 4:37 PM, Dimitri John Ledkov >> <[email protected]> wrote: >>> --- >>> Makefile.am | 2 +- >>> units/systemd-resolved.service.in | 29 ----------------------------- >>> units/systemd-resolved.service.m4.in | 31 +++++++++++++++++++++++++++++++ >>> 3 files changed, 32 insertions(+), 30 deletions(-) >>> delete mode 100644 units/systemd-resolved.service.in >>> create mode 100644 units/systemd-resolved.service.m4.in >> >> There is already a: >> ConditionPathExists=/sys/fs/kdbus/0-system/ >> in the busname unit. Isn't that enough? >> > > The busname unit is not installed, when compiling without kdbus. Thus > upon loading systemd-resolved.service, .busname unit is attempted to > be loaded and ends up being "not found", which imho is untidy. >
This also leads to those error messages in the journal: Mär 19 16:57:59 debian systemd[1]: Cannot add dependency job for unit org.freedesktop.resolve1.busname, ignoring: Unit org.freedesktop.resolve1.busname failed to load: No such file or directory. So, +1 for Dimitri's patch. Looks correct to me. Unless someone objects, I'm planning on merging it. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
