From 327f1eee192a742a92e57345d25eda85cce630e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Mart=C3=ADnez?= Date: Mon, 6 Nov 2017 19:40:59 +0100 Subject: build: Make SystemdService entry conditional When systemd user units installation is disabled, SystemdService entry should also not be present on D-Bus service files. This patch adds a common D-Bus service file template allowing, an homogeneus D-Bus service file generation and also a SystemService entry conditioned to the systemd user units installation option. https://bugzilla.gnome.org/show_bug.cgi?id=786149 --- dbus.service.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dbus.service.in (limited to 'dbus.service.in') diff --git a/dbus.service.in b/dbus.service.in new file mode 100644 index 00000000..9df76f5e --- /dev/null +++ b/dbus.service.in @@ -0,0 +1,4 @@ +[D-BUS Service] +Name=@service@ +Exec=@exec@ +@systemd_service@ -- cgit v1.2.1