neriatudnearid
This commit is contained in:
parent
1b45795fe3
commit
d706cc72fc
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ in
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
after = ["network.target"];
|
after = ["network.target"];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${self.packages.${pkgs.system}.default} ${configFile}";
|
ExecStart = "${self.packages.${pkgs.system}.default}/bin/OwOpointTracker ${configFile}";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
User = "owopoint";
|
User = "owopoint";
|
||||||
Group = "owopoint";
|
Group = "owopoint";
|
||||||
|
|
Loading…
Reference in a new issue