| 1234567891011121314151617 |
- [Unit]
- Description=AMD GPU Temperature Control Service
- After=network.target
- [Service]
- Type=simple
- ExecStart=/usr/bin/env node /usr/local/bin/amd-gpu-temp-control --config /etc/amd-gpu-temp-control.json
- Restart=on-failure
- RestartSec=5
- StandardOutput=journal
- StandardError=journal
- ProtectSystem=strict
- ProtectHome=read-only
- ReadOnlyPaths=/sys
- [Install]
- WantedBy=multi-user.target
|