mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-24 15:25:13 +03:00
12 lines
430 B
Desktop File
12 lines
430 B
Desktop File
[Unit]
|
|
Description=flatpak system helper
|
|
|
|
[Service]
|
|
BusName=org.freedesktop.Flatpak.SystemHelper
|
|
# Differs from Alpine which does
|
|
# XDG_DATA_DIRS=$HOME/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/
|
|
# via gdm env
|
|
Environment=XDG_DATA_DIRS=/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/
|
|
ExecStart=/usr/libexec/flatpak-system-helper
|
|
Type=dbus
|
|
IOSchedulingClass=idle
|