On Thu, 30.10.14 00:27, Alexandre Detiste ([email protected]) wrote:
> Is "systemctl daemon-reload" really synchronous, or does it return before the > reload if effectively done ? > (I saw the "--no-block" argument that make me fear this) It is synchronous. --no-block mostly applies to "start" and "stop" and suchlike, i.e. operations that involve jobs, which "daemon-reload" really doesn't. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
