aboutsummaryrefslogtreecommitdiffstats
path: root/dbus.service
diff options
context:
space:
mode:
Diffstat (limited to 'dbus.service')
-rw-r--r--dbus.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/dbus.service b/dbus.service
new file mode 100644
index 0000000..1851818
--- /dev/null
+++ b/dbus.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=D-Bus Message Bus
+Requires=dbus.socket
+
+[Service]
+ExecStart=/usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
+ExecReload=/usr/bin/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig