Skip to content

Commit

Permalink
Increase the timeout of the pretix unit
Browse files Browse the repository at this point in the history
Otherwise the first run timeouts because of the db migration
  • Loading branch information
thufschmitt committed Jan 22, 2021
1 parent 8d47fff commit 4ea9723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ in
DynamicUser = true;
PrivateTmp = true;
Restart = "on-failure";
TimeoutStartSec = 300; # For some reason the first migration is pretty long
};
environment.PRETIX_CONFIG_FILE="${configFile}";

Expand Down

0 comments on commit 4ea9723

Please sign in to comment.