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 0376d42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/planefinder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ in
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} --log_path=/dev/stdout";
};
};
};
Expand Down

0 comments on commit 0376d42

Please sign in to comment.