summaryrefslogtreecommitdiff
path: root/data/geoclue.service.in
Commit message (Collapse)AuthorAgeFilesLines
* data: Set env var GSETTINGS_BACKEND=memory in geoclue.service.inTeemu Ikonen2022-10-241-0/+1
| | | | | | This prevents "Read-only file system. dconf will not work properly." warnings from the dconf GSettings backend, when GeoClue is run with ProtectSystem=strict, i.e. a read-only homedir.
* Lock down systemd service fileBastien Nocera2018-05-031-0/+22
| | | | | | | Use systemd's service file to lockdown the geoclue daemon to stop eventual security problems. https://bugs.freedesktop.org/show_bug.cgi?id=106190
* Move default timeout to main binaryBastien Nocera2018-05-021-1/+1
| | | | | | | | | Rather than have the default 5 seconds timeout in 2 separate locations, move the default timeout value to the binary, so as to reduce the difference between the interactive and non-interactive behaviour, and reduce confusion. https://bugs.freedesktop.org/show_bug.cgi?id=106249
* Add support for bus-activation via systemd service unitColin Guthrie2014-01-081-0/+8
On systemd systems it is preferred to use systemd to launch services in order to properly track processes and allocate system resources. When dbus launches binary daemons internally they will stay in the dbus cgroup and thus proper resource allocation and process tracking is not possible. https://bugs.freedesktop.org/show_bug.cgi?id=72925