forked from dan/liminix
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 {
|
||||
name = "devout";
|
||||
notification-fd = 10;
|
||||
timeout-up = 60 * 1000;
|
||||
run = "exec ${pkgs.devout}/bin/devout /run/devout.sock 4";
|
||||
dependencies = [ mdevd ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user