mirror of
https://github.com/andrey271192/WARP-Web-UI-Relay-Beta.git
synced 2026-09-20 11:55:35 +00:00
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>
21 lines
455 B
Desktop File
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
|