fix(hardware-setup): Disable sdgyrodsu on generic devices

Spams journal with messages stating it doesn't work
This commit is contained in:
RJ Trujillo 2023-09-08 12:44:34 -06:00
parent 6534d010ab
commit 0d2d62d8de

View File

@ -80,6 +80,7 @@ elif [[ $IMAGE_NAME =~ "deck" ]]; then
systemctl disable --now jupiter-controller-update.service
systemctl disable --now ryzenadj.service
systemctl disable --now batterylimit.service
systemctl --global disable sdgyrodsu.service
fi
if [[ $IMAGE_FLAVOR = "nvidia" ]]; then