summaryrefslogtreecommitdiff
path: root/dbus-services
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>2014-03-09 23:55:42 -0300
committerGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>2014-03-10 00:09:12 -0300
commitc52da37d0b83cf2159704ccc7f0583df6fac7da6 (patch)
treeb840f98de057a3f47a5e47907c418e8eb385ff3b /dbus-services
parent4be9526cc212bec3cdf7a708ee8d576c3d09e8a7 (diff)
downloadefl-c52da37d0b83cf2159704ccc7f0583df6fac7da6.tar.gz
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.
Diffstat (limited to 'dbus-services')
-rw-r--r--dbus-services/org.enlightenment.Efreet.service.in1
-rw-r--r--dbus-services/org.enlightenment.Ethumb.service.in1
2 files changed, 2 insertions, 0 deletions
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