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. --- systemd-services/.gitignore | 2 ++ systemd-services/efreet.service.in | 7 +++++++ systemd-services/ethumb.service.in | 7 +++++++ 3 files changed, 16 insertions(+) create mode 100644 systemd-services/.gitignore create mode 100644 systemd-services/efreet.service.in create mode 100644 systemd-services/ethumb.service.in (limited to 'systemd-services') diff --git a/systemd-services/.gitignore b/systemd-services/.gitignore new file mode 100644 index 0000000000..97355b6202 --- /dev/null +++ b/systemd-services/.gitignore @@ -0,0 +1,2 @@ +/efreet.service +/ethumb.service diff --git a/systemd-services/efreet.service.in b/systemd-services/efreet.service.in new file mode 100644 index 0000000000..ee1becbfde --- /dev/null +++ b/systemd-services/efreet.service.in @@ -0,0 +1,7 @@ +[Unit] +Description=Efreet Enlightenment FreeDesktop.Org Daemon + +[Service] +Type=dbus +BusName=org.enlightenment.Efreet +ExecStart=@prefix@/bin/efreetd diff --git a/systemd-services/ethumb.service.in b/systemd-services/ethumb.service.in new file mode 100644 index 0000000000..93bbff8bae --- /dev/null +++ b/systemd-services/ethumb.service.in @@ -0,0 +1,7 @@ +[Unit] +Description=Enlightenment Thumbnailer + +[Service] +Type=dbus +BusName=org.enlightenment.Ethumb +ExecStart=@prefix@/bin/ethumbd -- cgit v1.2.1