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