Merge pull request #87255 from symphorien/dovecot-restart-module

This commit is contained in:
Jörg Thalheim 2020-05-08 15:05:10 +01:00 committed by GitHub
commit 43b3c15228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,7 @@ in
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
restartTriggers = [ cfg.configFile ];
restartTriggers = [ cfg.configFile modulesDir ];
serviceConfig = {
ExecStart = "${dovecotPkg}/sbin/dovecot -F";