[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 Restart=on-failure RestartSec=5 StandardOutput=journal StandardError=journal ProtectSystem=strict ProtectHome=read-only ReadOnlyPaths=/sys [Install] WantedBy=multi-user.target