16 lines
290 B
Plaintext
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
|