fmt
This commit is contained in:
parent
da35c6f8d9
commit
709f9e03c2
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ in {
|
|||
requires = ["network.target"];
|
||||
wantedBy = ["multi-user.target"];
|
||||
serviceConfig = {
|
||||
Type="simple";
|
||||
ExecStart="${pkgs.frp}/bin/frpc -c /etc/frp/frpc.ini";
|
||||
Restart="always";
|
||||
RestartSec="5s";
|
||||
Type = "simple";
|
||||
ExecStart = "${pkgs.frp}/bin/frpc -c /etc/frp/frpc.ini";
|
||||
Restart = "always";
|
||||
RestartSec = "5s";
|
||||
};
|
||||
};
|
||||
environment.etc."frp/frpc.ini".text = ''
|
||||
|
|
Loading…
Reference in a new issue