Correct data path.
This commit is contained in:
parent
d481fef8ff
commit
d91aa7b475
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.matchbox}/bin/matchbox -address=0.0.0.0:8080 -data-path=/srv/matchbox/data -log-level=debug";
|
||||
ExecStart = "${pkgs.matchbox}/bin/matchbox -address=0.0.0.0:8080 -data-path=/srv/matchbox -log-level=debug";
|
||||
Restart = "on-failure";
|
||||
User = "matchbox";
|
||||
Group = "matchbox";
|
||||
|
|
Reference in a new issue