Explorar o código

fix dovecot restart

jigen %!s(int64=4) %!d(string=hai) anos
pai
achega
8f282ad629
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      OTcerts.py

+ 1 - 1
OTcerts.py

@@ -335,5 +335,5 @@ if __name__ == '__main__':
         # restart dovecot
         logger.info("Restarting dovecot")
         # ret = subprocess.run("systemctl restart dovecot")
-        ret = os.system("systemctl reload dovecot")
+        ret = os.system("systemctl restart dovecot")
         logger.info(ret)