fix: change autossh user
This commit is contained in:
parent
2e399fb8a5
commit
0f6943298e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ in
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
User = "root";
|
User = "autossh-tunnel";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = 10;
|
RestartSec = 10;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue