- remove unnecessary file

This commit is contained in:
Dmytro Bogovych 2023-08-19 14:04:10 +03:00
parent b07fbfd0d9
commit fd57047197
2 changed files with 0 additions and 24 deletions

View File

@ -1,13 +0,0 @@
[Unit]
Description=Tunnel to jumpbox
Wants=network-online.target
After=network.target network-online.target
[Service]
User=pi
Restart=always
RestartSec=60
ExecStart=/bin/bash /home/pi/create_tunnel.sh
[Install]
WantedBy=multi-user.target

View File

@ -1,11 +0,0 @@
[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