- initial import
This commit is contained in:
13
config/systemd/tunnel.service
Normal file
13
config/systemd/tunnel.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user