From c52da37d0b83cf2159704ccc7f0583df6fac7da6 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sun, 9 Mar 2014 23:55:42 -0300 Subject: link dbus and systemd services, allows systemd activation. If the dbus service contains SystemdService entry and the dbus-daemon is started with --systemd-activation, then requests for services on the user session bus will be handled by systemd, creating cgroups and being handled as native systemd services of Type=dbus. --- dbus-services/org.enlightenment.Efreet.service.in | 1 + dbus-services/org.enlightenment.Ethumb.service.in | 1 + 2 files changed, 2 insertions(+) (limited to 'dbus-services') diff --git a/dbus-services/org.enlightenment.Efreet.service.in b/dbus-services/org.enlightenment.Efreet.service.in index 94eedc87e3..5eb5d5326b 100644 --- a/dbus-services/org.enlightenment.Efreet.service.in +++ b/dbus-services/org.enlightenment.Efreet.service.in @@ -1,3 +1,4 @@ [D-BUS Service] Name=org.enlightenment.Efreet Exec=@prefix@/bin/efreetd +@systemd_dbus_prefix@SystemdService=efreet.service diff --git a/dbus-services/org.enlightenment.Ethumb.service.in b/dbus-services/org.enlightenment.Ethumb.service.in index ece2e031c4..484427f65c 100644 --- a/dbus-services/org.enlightenment.Ethumb.service.in +++ b/dbus-services/org.enlightenment.Ethumb.service.in @@ -1,3 +1,4 @@ [D-BUS Service] Name=org.enlightenment.Ethumb Exec=@prefix@/bin/ethumbd +@systemd_dbus_prefix@SystemdService=ethumb.service -- cgit v1.2.1