comment on how to follow logs on tunnel

This commit is contained in:
Christian Rotzoll 2019-04-02 15:45:43 +01:00
parent 2f68add49d
commit 703624f48c

View file

@ -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