mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
Our benchmarks show this significantly reduces the interactivity impact of ongoing Flatpak operations while the user is continuing other tasks on the system. The effect is very pronounced with the default CFQ scheduler, and in combination with BFQ, using the idle class improves the worst case to nearly the same as an unloaded system. Closes: #2071 Approved by: alexlarsson
10 lines
274 B
SYSTEMD
10 lines
274 B
SYSTEMD
[Unit]
|
|
Description=flatpak system helper
|
|
|
|
[Service]
|
|
BusName=org.freedesktop.Flatpak.SystemHelper
|
|
Environment=XDG_DATA_DIRS=@localstatedir@/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/
|
|
ExecStart=@libexecdir@/flatpak-system-helper
|
|
Type=dbus
|
|
IOSchedulingClass=idle
|