Add spinch deployment option

This commit is contained in:
Joscha 2025-04-15 11:40:54 +02:00
parent b1db90d759
commit b192bf06e1

View file

@ -8,6 +8,7 @@ After=network-online.target
[Service] [Service]
Type=simple Type=simple
ExecStart=ssh plugh@plugh.de -NR 8005:localhost:8001 -o ExitOnForwardFailure=yes 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 Restart=on-failure
RestartSec=1min RestartSec=1min