summaryrefslogtreecommitdiff
path: root/bus/systemd-user/dbus.service.in
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/systemd-user/dbus.service.in
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/systemd-user/dbus.service.in')
-rw-r--r--bus/systemd-user/dbus.service.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/systemd-user/dbus.service.in b/bus/systemd-user/dbus.service.in
index 7ceffbee..b291b923 100644
--- a/bus/systemd-user/dbus.service.in
+++ b/bus/systemd-user/dbus.service.in
@@ -4,5 +4,7 @@ Documentation=man:dbus-daemon(1)
Requires=dbus.socket
[Service]
+Type=notify
+NotifyAccess=main
ExecStart=@EXPANDED_BINDIR@/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
ExecReload=@EXPANDED_BINDIR@/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig