- initial import

This commit is contained in:
2023-08-09 19:53:31 +03:00
commit b701793923
73 changed files with 5835 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=VPN to backend
Wants=network-online.target
After=network.target network-online.target
[Service]
Type=oneshot
ExecStart=/home/pi/create_vpn.sh
[Install]
WantedBy=multi-user.target