summaryrefslogtreecommitdiff
path: root/systemd-services
Commit message (Collapse)AuthorAgeFilesLines
* build - systemd service files - install fix if systemd not foundCarsten Haitzler (Rasterman)2020-05-271-7/+10
| | | | | so if systemd is not found - installe in PREFIX/lib/systemd/user which allows build to work without disabling systemd.
* meson - ethumb - fix build and install of service files for ethumbCarsten Haitzler (Rasterman)2018-10-311-0/+13
|
* efl - efreetd service move from dbus session bus to ecore ipcCarsten Haitzler (Rasterman)2015-06-241-7/+0
| | | | | | | | | | | | | | | | this fixes warnings about no efreet dbus session bus in non session environments as brought up on the mailing lists with: Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: unset efreet cache update flag to prevent dbus connections this moves all of efreetd client and server to ecore ipc, with client auto-launching efreetd if not found as a service and trying for up to 500ms to connect. efreetd times out on last connection or no connections after 10sec so it wont hang around forever if not in use. it seems to work in my testing, so let me know if there is an issue. @fix
* link dbus and systemd services, allows systemd activation.Gustavo Sverzut Barbieri2014-03-103-0/+16
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.