diff --git a/public-electrum-server/GUIDE.md b/public-electrum-server/GUIDE.md index 5aa0006..e17a5a2 100644 --- a/public-electrum-server/GUIDE.md +++ b/public-electrum-server/GUIDE.md @@ -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 :localhost:50001 @ Restart=always