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"];
|
requires = ["network.target"];
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type="simple";
|
Type = "simple";
|
||||||
ExecStart="${pkgs.frp}/bin/frpc -c /etc/frp/frpc.ini";
|
ExecStart = "${pkgs.frp}/bin/frpc -c /etc/frp/frpc.ini";
|
||||||
Restart="always";
|
Restart = "always";
|
||||||
RestartSec="5s";
|
RestartSec = "5s";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.etc."frp/frpc.ini".text = ''
|
environment.etc."frp/frpc.ini".text = ''
|
||||||
|
|
Loading…
Reference in a new issue