Always restart imapnotify processes

This commit is contained in:
Charlotte Van Petegem 2020-10-06 20:18:22 +02:00
parent 72da96bd78
commit dc57edf7c7
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -52,6 +52,9 @@ let
After = "network-online.target";
Wants = "network-online.target";
};
Service = {
Restart = "always";
};
};
};
in