Files
runtipi/apps/rego-tunnel-linux/source/rego-vpn.service
alexz a17fe5843d
Some checks failed
Test / test (push) Has been cancelled
Rebuild rego-tunnel-linux with systemd as init
2025-12-25 01:08:20 +00:00

18 lines
358 B
Desktop File

[Unit]
Description=Rego VPN GUI Services
After=network.target dbus.service
Wants=dbus.service
[Service]
Type=simple
Environment=DISPLAY=:1
Environment=NOVNC_PORT=8806
Environment=VNC_PASSWORD=vpnpass
ExecStartPre=/usr/local/bin/rego-vpn-setup.sh
ExecStart=/usr/local/bin/rego-vpn-gui.sh
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target