mirror of
https://github.com/apemithrandir/self-hosting-guide.git
synced 2026-05-20 01:44:21 +00:00
Updating GUIDE.md
This commit is contained in:
parent
a83506d26e
commit
6ef80b0df7
@ -54,7 +54,7 @@ After=network.target
|
|||||||
User=statue
|
User=statue
|
||||||
Group=statue
|
Group=statue
|
||||||
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
|
||||||
RestartSec=60
|
RestartSec=60
|
||||||
StandardOutput=journal
|
StandardOutput=journal
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user