Dreaming-Codes / nvidia_oc

A simple command line tool to overclock Nvidia GPUs using the NVML library on Linux. This supports both X11 and Wayland.
https://crates.io/crates/nvidia_oc
MIT License
49 stars 1 forks source link

Cannot Start Service on Bazzite #14

Open SimpleHeuristics opened 1 week ago

SimpleHeuristics commented 1 week ago

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!