[Unit] Description=Pulse Temperature Proxy Documentation=https://github.com/rcourtman/Pulse After=network.target [Service] Type=simple User=root ExecStart=/usr/local/bin/pulse-temp-proxy Restart=on-failure RestartSec=5s # Security hardening NoNewPrivileges=true PrivateTmp=true ProtectSystem=strict ProtectHome=true ReadWritePaths=/var/lib/pulse-temp-proxy /var/run # Logging StandardOutput=journal StandardError=journal SyslogIdentifier=pulse-temp-proxy [Install] WantedBy=multi-user.target