Skip to content

Commit f5d9811

Browse files
committed
Remove WorkingDirectory from worker service config
The WorkingDirectory option was removed from the worker service configuration because the lib directory was removed. This change was already applied to the app service but I forgot to remove it here as well
1 parent 21e9518 commit f5d9811

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

NixSupport/nixosModules/services/worker.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ in
1010
serviceConfig = {
1111
Type = "simple";
1212
Restart = "always";
13-
WorkingDirectory = "${cfg.package}/lib";
1413
ExecStart = "${cfg.package}/bin/RunJobs";
1514
};
1615
environment =

0 commit comments

Comments
 (0)