- remove unnecessary file
This commit is contained in:
parent
b07fbfd0d9
commit
fd57047197
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue