Files
runtipi/apps/rego-tunnel/shared/cisco-vpn-connect.service.user
alexz f1ba1f050d
Some checks failed
Test / test (push) Has been cancelled
new image structure for cisco-vpn and related scripts
2026-01-04 09:01:52 +00:00

16 lines
290 B
Plaintext

[Unit]
Description=Cisco VPN auto-connect (user session)
After=graphical-session.target
Wants=graphical-session.target
[Service]
Type=simple
Environment=DISPLAY=:0
ExecStart=/usr/bin/cisco-vpn --connect
Restart=on-failure
RestartSec=10
TimeoutStartSec=0
[Install]
WantedBy=default.target