TEXT 52
Untitled By pronto on 6th April 2024 04:02:23 PM
  1. pronto@thunkwat:~$ cat /etc/systemd/system/autossh-tartun.service
  2. [Unit]
  3. Description=Autossh tar1090
  4. After=network.target
  5.  
  6. [Service]
  7. Environment="AUTOSSH_GATETIME=0"
  8. ExecStart=/usr/bin/autossh -M 0 -o "ExitOnForwardFailure=yes" \
  9. -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" \
  10. -NR wire.xpost.space:8080:localhost:8078 auto_wire
  11.  
  12. [Install]
  13. WantedBy=multi-user.target

ifconfig paste is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.