From b192bf06e1f9152b8186f9cbf10b7aac2210dc43 Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 15 Apr 2025 11:40:54 +0200 Subject: [PATCH] Add spinch deployment option --- meta/spinch/showbits-thermal-printer-tunnel.service | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/spinch/showbits-thermal-printer-tunnel.service b/meta/spinch/showbits-thermal-printer-tunnel.service index c7529da..6fc2c77 100644 --- a/meta/spinch/showbits-thermal-printer-tunnel.service +++ b/meta/spinch/showbits-thermal-printer-tunnel.service @@ -8,6 +8,7 @@ After=network-online.target [Service] Type=simple ExecStart=ssh plugh@plugh.de -NR 8005:localhost:8001 -o ExitOnForwardFailure=yes +# ExecStart=ssh plugh@plugh.de -NR 1234:localhost:8001 -o ExitOnForwardFailure=yes Restart=on-failure RestartSec=1min