mirror of
https://github.com/brockar/NVML-GPU-Control.git
synced 2026-01-11 15:01:01 -03:00
Fixed markdown file links in the SERVICES*
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user