Skip to content

Commit

Permalink
planefinder: log to stdout rather than a file
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Jul 2, 2024
1 parent 87151ea commit 7fcca45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/planefinder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,8 @@ in
serviceConfig = {
Type = "simple";
DynamicUser = true;
StateDirectory = "planefinder";
LogsDirectory = "planefinder";
Restart = "on-failure";
ExecStart = "${lib.getExe cfg.package} --config_path=${mkConfigFile cfg} --log_path=/var/log/planefinder";
ExecStart = "${lib.getExe cfg.package} --config_path=${mkConfigFile cfg}";
};
};
};
Expand Down

0 comments on commit 7fcca45

Please sign in to comment.