2024-11-24 19:03:12 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Reconnect VPN
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=nmcli con up vpn-name
|
2024-12-09 05:14:21 +00:00
|
|
|
ExecStartPost=systemctl --user restart my-service
|
2024-11-24 19:03:12 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|