new image structure for cisco-vpn and related scripts
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
15
apps/rego-tunnel/shared/cisco-vpn-connect.service.user
Normal file
15
apps/rego-tunnel/shared/cisco-vpn-connect.service.user
Normal 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
|
||||
Reference in New Issue
Block a user