Warning, /swf-remote/deploy/swf-remote-tunnel.service is written in an unsupported language. File is not indexed.
0001 [Unit]
0002 Description=SSH tunnel to pandaserver02 for swf-remote
0003 After=network-online.target
0004 Wants=network-online.target
0005
0006 [Service]
0007 User=admin
0008 Environment=AUTOSSH_GATETIME=0
0009 ExecStart=/usr/bin/autossh -M 0 -N -o "ServerAliveInterval=30" -o "ServerAliveCountMax=3" -o "ExitOnForwardFailure=yes" -L 18443:localhost:443 pandaserver02
0010 Restart=always
0011 RestartSec=10
0012
0013 [Install]
0014 WantedBy=multi-user.target