feat: Reduce CPU & IO priority of updates from game mode

This commit is contained in:
Kyle Gospodnetich 2024-07-07 19:45:18 -07:00
parent 5a4d643612
commit 9026ded109

View File

@ -5,3 +5,11 @@ Description=Force Universal Blue Update Oneshot Service
Type=oneshot
ExecStart=/usr/bin/ublue-update --force
RemainAfterExit=no
Nice=19
CPUSchedulingPolicy=batch
IOSchedulingClass=best-effort
IOSchedulingPriority=7
OOMScoreAdjust=1000
CPUWeight=30
CPUQuota=300%
IOWeight=30