new image structure for cisco-vpn and related scripts
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-01-04 09:01:52 +00:00
parent 62ca42bb18
commit f1ba1f050d
14 changed files with 2277 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[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