devout needs a longer startup timeout

seems to be taking around 40 seconds now, would be worth digging in to
find out why
This commit is contained in:
Daniel Barlow 2024-08-21 23:09:11 +01:00
parent daede666cb
commit 531cb113be
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ in {
devout = longrun {
name = "devout";
notification-fd = 10;
timeout-up = 60 * 1000;
run = "exec ${pkgs.devout}/bin/devout /run/devout.sock 4";
dependencies = [ mdevd ];
};