Update GUIDE.md

This commit is contained in:
Ape Mithrandir 2023-12-30 08:14:04 +00:00 committed by GitHub
parent b84994ba1d
commit 721d5d1292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,8 @@ Description=Remote SSH tunnel for Electrum Server
After=network.target
[Service]
User=statue
Group=statue
User=localuser
Group=localusergroup
Environment="AUTOSSH_GATETIME=0"
ExecStart=/usr/bin/autossh -C -M 0 -v -N -o "ServerAliveInterval=60" -R <remote-port>:localhost:50001 <remote-username>@<remote-ip-or-domain>
Restart=always