[systemd-devel] Need advice on daemon's architecture

David Strauss david at davidstrauss.net
Sun Nov 3 00:17:44 PDT 2013


On Sat, Nov 2, 2013 at 11:40 PM, Peter Lemenkov <lemenkov at gmail.com> wrote:
> Does it add anything if I change
> type of a main service to "dbus" thus allowing systemd to know for
> sure if my service is fully initialized?

Yes. Changing to Type=dbus will cause systemd to only consider the
service fully started after there's a listener for whatever's
specified with BusName= [1].

[1] http://www.freedesktop.org/software/systemd/man/systemd.service.html#Type=


More information about the systemd-devel mailing list