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:
parent
daede666cb
commit
531cb113be
@ -11,6 +11,7 @@ in {
|
|||||||
devout = longrun {
|
devout = longrun {
|
||||||
name = "devout";
|
name = "devout";
|
||||||
notification-fd = 10;
|
notification-fd = 10;
|
||||||
|
timeout-up = 60 * 1000;
|
||||||
run = "exec ${pkgs.devout}/bin/devout /run/devout.sock 4";
|
run = "exec ${pkgs.devout}/bin/devout /run/devout.sock 4";
|
||||||
dependencies = [ mdevd ];
|
dependencies = [ mdevd ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user