Directly executing the binary via terminal works and sets clocks and power limit correctly. However once I create a service it does not work on reboot and systemctl status shows the service as exited with status=203/EXEC.
I pointed the service file to the correct executable path as it's the same that I use to manually set the clocks.
I tried chown 755 on the binary as well in case it was a permissions issue.
Directly executing the binary via terminal works and sets clocks and power limit correctly. However once I create a service it does not work on reboot and systemctl status shows the service as exited with status=203/EXEC.
I pointed the service file to the correct executable path as it's the same that I use to manually set the clocks.
I tried chown 755 on the binary as well in case it was a permissions issue.
Not sure where to go from here!