aboutsummaryrefslogtreecommitdiffstats
path: root/dbus.service
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-16 15:29:58 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:42 +0200
commit496107c3777e03e4d2a3127bbad2982dd7799b99 (patch)
tree5ce98304af013143946bd66f7ad0ae33654bbb21 /dbus.service
downloadpkgbuilds-496107c3777e03e4d2a3127bbad2982dd7799b99.tar.xz
dbus-user-session: import
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