Fixed markdown file links in the SERVICES*

This commit is contained in:
HackTestes
2025-07-07 14:51:35 -03:00
parent 209d86b81a
commit 9d1c9cc31a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ This section will present some simple commands to setup services that start as r
The next steps will show how to install a global (system wide) systemd service and enable it. Such steps were only tested on a Ubuntu machine.
1. Take a look at the systemd service at `linux_config/caioh-gpu-nvml-control.service`. Change the GPU name and the settings to the desired configuration (Note: you can use the UUID as well).
1. Take a look at the systemd service at `linux_config/caioh-gpu-nvml-control.service`. Change the GPU name and the settings to the desired configuration at the [ExecStart](linux_config/caioh-gpu-nvml-control.service#L9).
2. Copy the unit file into `/etc/systemd/system/` (needs root)

View File

@@ -16,7 +16,7 @@ Since this program does not implement the service API, it will be using schedule
### Import and edit the task
Take a look at the [xml task file](/windows_config/User%20NVIDIA%20GPU%20Control%20Task.xml) and make the necessary changes in the [Arguments](https://github.com/HackTestes/NVML-GPU-Control/blob/packaging/windows_config/User%20NVIDIA%20GPU%20Control%20Task.xml#L44)
Take a look at the [xml task file](windows_config/User%20NVIDIA%20GPU%20Control%20Task.xml) and make the necessary changes in the [Arguments](windows_config/User%20NVIDIA%20GPU%20Control%20Task.xml#L44)
In an administrator prompt, run the following command