mirror of
https://github.com/brockar/NVML-GPU-Control.git
synced 2026-01-11 15:01:01 -03:00
New troubleshoot options for systemd service; fixes for service file
This commit is contained in:
@@ -31,6 +31,18 @@ sudo systemctl enable --now caioh-gpu-nvml-control.service
|
||||
sudo journalctl -u caioh-gpu-nvml-control.service
|
||||
```
|
||||
|
||||
Restart the service
|
||||
|
||||
```bash
|
||||
sudo systemctl restart caioh-gpu-nvml-control.service
|
||||
```
|
||||
|
||||
Reload the service
|
||||
|
||||
```bash
|
||||
sudo systemctl reload caioh-gpu-nvml-control.service
|
||||
```
|
||||
|
||||
Reload systemd daemon
|
||||
|
||||
```bash
|
||||
|
||||
@@ -5,7 +5,7 @@ Description=CaioH NVIDIA Control service
|
||||
Type=simple
|
||||
User=root
|
||||
Group=root
|
||||
WorkingDirectory=/home/root/
|
||||
WorkingDirectory=/
|
||||
ExecStart=/usr/local/bin/chnvml control-all -n "GPU_NAME" -pl 290 -tl 65 -sp "0:50,36:55,40:75,45:100"
|
||||
Restart=always
|
||||
KillSignal=SIGQUIT
|
||||
|
||||
Reference in New Issue
Block a user