summaryrefslogtreecommitdiff
path: root/bus/dbus.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'bus/dbus.service.in')
-rw-r--r--bus/dbus.service.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/bus/dbus.service.in b/bus/dbus.service.in
new file mode 100644
index 00000000..8d70756f
--- /dev/null
+++ b/bus/dbus.service.in
@@ -0,0 +1,13 @@
+[Unit]
+Description=D-Bus System Message Bus
+Requires=dbus.socket
+After=syslog.target
+
+[Service]
+ExecStartPre=@EXPANDED_BINDIR@/dbus-uuidgen --ensure
+ExecStart=@EXPANDED_BINDIR@/dbus-daemon --system --address=systemd: --nofork --systemd-activation
+ExecReload=@EXPANDED_BINDIR@/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
+
+[Install]
+WantedBy=multi-user.target
+Also=dbus.socket