[systemd-devel] [PATCH] build: --disable-networkd --enable-timesyncd should throw error

Cristian Rodríguez crrodriguez at opensuse.org
Thu May 15 16:02:19 PDT 2014


El 15/05/14 18:34, Lennart Poettering escribió:
> On Thu, 15.05.14 18:23, Cristian Rodríguez
> (crrodriguez at opensuse.org) wrote:
> 
>> timesyncd requires networkd running.
> 
> It doesn't really.... Should work either way...
> 

I tried that a few hours ago..

r = manager_network_monitor_listen(m);

        if (r < 0) {
                log_error("Failed to listen to networkd events: %s",
strerror(-r));
                goto out;
        }

then it exits with failure.


-- 
Cristian
"I don't know the key to success, but the key to failure is trying to
please everybody."


More information about the systemd-devel mailing list