mirror of
https://github.com/apemithrandir/self-hosting-guide.git
synced 2026-05-30 03:24:57 +00:00
Update GUIDE.md
This commit is contained in:
parent
b84994ba1d
commit
721d5d1292
@ -51,8 +51,8 @@ Description=Remote SSH tunnel for Electrum Server
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=statue
|
User=localuser
|
||||||
Group=statue
|
Group=localusergroup
|
||||||
Environment="AUTOSSH_GATETIME=0"
|
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>
|
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
|
Restart=always
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user