Browse Source

comment on how to follow logs on tunnel

sshtunnel
Christian Rotzoll 6 years ago
parent
commit
703624f48c
  1. 2
      home.admin/config.scripts/internet.sshtunnel.py

2
home.admin/config.scripts/internet.sshtunnel.py

@ -12,7 +12,7 @@ if len(sys.argv) <= 1 or sys.argv[1] == "-h" or sys.argv[1] == "help":
#
# CONSTANTS
#
# sudo journalctl -f -u autossh-tunnel
SERVICENAME="autossh-tunnel.service"
SERVICEFILE="/etc/systemd/system/"+SERVICENAME

Loading…
Cancel
Save