Make tunnel more robust

This commit is contained in:
Joscha 2025-02-28 14:09:50 +01:00
parent c7f4934014
commit 949b2683a0

View file

@ -7,8 +7,9 @@ After=network-online.target
[Service] [Service]
Type=simple Type=simple
ExecStart=ssh plugh@plugh.de -NR 8005:localhost:8001 ExecStart=ssh plugh@plugh.de -NR 8005:localhost:8001 -o ExitOnForwardFailure=yes
Restart=on-failure Restart=on-failure
RestartSec=1min
User=bondrucker User=bondrucker
Group=bondrucker Group=bondrucker