Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnome-online-accounts gnome-online-accounts
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 114
    • Issues 114
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gnome-online-accountsgnome-online-accounts
  • Merge requests
  • !62

data: Set up D-Bus session services as systemd user services

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Simon McVittie requested to merge wip/dbus-services-as-systemd-services into master Dec 03, 2020
  • Overview 10
  • Commits 1
  • Changes 8

This allows them to be managed by systemd --user on systems that use it, meaning they can be manipulated by systemctl --user, placed into a slice for resource management purposes, configured with drop-in configuration in {/etc,/usr/lib}/systemd/user/goa-daemon.service.d/*.conf and so on.

On systems that do not launch dbus-daemon as a systemd --user service, including systems that do not use systemd at all, the SystemdService field is ignored and the dbus-daemon will continue to use the traditional activation mechanism. In this case the GOA services will continue to be child processes of the dbus-daemon.


See also gnome-session#74 (closed).

/cc @bberg

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wip/dbus-services-as-systemd-services