Rebuild rego-tunnel-linux with systemd as init
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-25 01:08:20 +00:00
parent 06662a294b
commit a17fe5843d
7 changed files with 121 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Cisco Secure Client VPN Agent
After=dbus.service
Wants=dbus.service
[Service]
Type=forking
ExecStartPre=/opt/cisco/secureclient/bin/load_tun.sh
ExecStartPre=-/bin/rm -f /root/.cisco/hostscan/.libcsd.ipc
ExecStart=/opt/cisco/secureclient/bin/vpnagentd
Restart=on-failure
RestartSec=3
[Install]
WantedBy=multi-user.target