Add a significant restart timeout to imapnotify to make sure initial startup doesn't fail
This commit is contained in:
parent
6cc5211c9c
commit
51914435d6
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ let
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
|
RestartSec = 20;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue