amd-gpu-temp-control.service 340 B

1234567891011121314151617
  1. [Unit]
  2. Description=AMD GPU Temperature Control Service
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. ExecStart=/usr/bin/env node /usr/local/bin/amd-gpu-temp-control
  7. Restart=on-failure
  8. RestartSec=5
  9. StandardOutput=journal
  10. StandardError=journal
  11. ProtectSystem=strict
  12. ProtectHome=read-only
  13. ReadOnlyPaths=/sys
  14. [Install]
  15. WantedBy=multi-user.target