Services failing to start on resume from suspend

Hi guys, I’m having some issues with a service not resuming when the system wakes from suspend.

The service is Liquidctl (to control my AIO) and fancontrol. To start liquidctl I have to run the command >systemctl start liquidcfg

The service I have created for liquidcfg executes a shell script:

[Unit]
Description=AIO startup service

[Service]
Type=oneshot
ExecStart=/usr/local/bin/liquidctl.sh

[Install]
WantedBy=default.target

Any ideas on why this doesn’t activate when the system wakes?