aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJulien Massot <jmassot@softbankrobotics.com>2017-07-20 09:11:32 +0200
committerDaniel Wagner <wagi@monom.org>2017-07-21 15:06:32 +0200
commite4ccd8d3a7cfbadd500f8e08686191d74a49f773 (patch)
treeb161b1bad4d18378b13b58f12a71d7f324d5e81d /Makefile.am
parentdfe878bae251728dbfb083227477bd1c02b10155 (diff)
downloadpacrunner-e4ccd8d3a7cfbadd500f8e08686191d74a49f773.tar.gz
dbus: Rename D-Bus autostart service file name
The autostart file needs to match the service name according the D-Bus specification [1]: """ The service filename of "org.me.test.service" is then searched for in /usr/share/dbus-1/system-services or other specified directories. """ This fixes "Bus name not found in system service directory". [1] https://dbus.freedesktop.org/doc/system-activation.txt
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dd231ef..a3f178c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ dbusconf_DATA = src/pacrunner.conf
dbusdatadir = @DBUS_DATADIR@
-dbusdata_DATA = src/pacrunner.service
+dbusdata_DATA = src/org.pacrunner.service
endif
gdbus_sources = gdbus/gdbus.h gdbus/mainloop.c gdbus/watch.c \