Add a significant restart timeout to imapnotify to make sure initial startup doesn't fail

This commit is contained in:
Charlotte Van Petegem 2020-10-17 16:54:00 +02:00
parent 6cc5211c9c
commit 51914435d6
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -60,6 +60,7 @@ let
};
Service = {
Restart = "always";
RestartSec = 20;
};
};
};