fix(deck): Sleep ryzenadj service for 10 seconds to ensure changes are applied when resuming from suspend.

This commit is contained in:
Kyle Gospodnetich 2023-09-14 14:01:09 -07:00
parent 136391a16f
commit 74b1432705

View File

@ -4,6 +4,7 @@ Description=CPU Curve Undervolt for Steam Deck
[Service]
Type=oneshot
EnvironmentFile=-/etc/default/%p
ExecStartPre=/usr/bin/sleep 10
ExecStart=/usr/sbin/ryzenadj --set-coall=${UNDERVOLT_AMOUNT}
[Install]