13 lines
239 B
Desktop File
13 lines
239 B
Desktop File
[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 |