summaryrefslogtreecommitdiff
path: root/bus/main.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-01-15 15:15:52 +0000
committerSimon McVittie <smcv@collabora.com>2018-03-02 14:48:49 +0000
commit18a0a8892b99f235e3897d9e5c600da00c61ef0a (patch)
treeb7c19d98de5a897a5ebfc4b9ac2a8b0e55b8dfcc /bus/main.c
parentbe4670767377a08b0c6cabbca1000ca614174c2c (diff)
downloaddbus-18a0a8892b99f235e3897d9e5c600da00c61ef0a.tar.gz
bus: Notify systemd when we are ready
Signed-off-by: Simon McVittie <smcv@collabora.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=104641 Reviewed-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'bus/main.c')
-rw-r--r--bus/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/main.c b/bus/main.c
index b3fcddd0..578aa989 100644
--- a/bus/main.c
+++ b/bus/main.c
@@ -716,6 +716,7 @@ main (int argc, char **argv)
#endif /* DBUS_UNIX */
_dbus_verbose ("We are on D-Bus...\n");
+ _dbus_daemon_report_ready ();
_dbus_loop_run (bus_context_get_loop (context));
bus_context_shutdown (context);