Files
WARP-Web-UI-Relay-Beta/systemd/warp-webui.service
Андрей Бобырев 4f4e85f810 feat: publish WARP Web UI with install scripts and docs
Sanitized panel from production: env-based auth, interactive install
prompts for SOCKS/Web UI ports, MIT license, EN/RU README.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 22:50:57 +03:00

21 lines
455 B
Desktop File

[Unit]
Description=WARP Web UI Controller
After=network-online.target warp-svc.service
Wants=network-online.target
[Service]
Type=simple
EnvironmentFile=@ENV_FILE@
ExecStart=/usr/bin/python3 @INSTALL_DIR@/app.py
Restart=always
RestartSec=2
User=root
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=full
ProtectHome=true
ReadWritePaths=/run /var/log /etc/default/warp-webui /etc/warp-webui /var/backups/warp-webui
[Install]
WantedBy=multi-user.target