diff --git a/plogical/renew.py b/plogical/renew.py index 512514e39..9eb4a4a99 100644 --- a/plogical/renew.py +++ b/plogical/renew.py @@ -125,6 +125,9 @@ class Renew: command = 'systemctl restart dovecot' ProcessUtilities.normalExecutioner(command) + command = 'systemctl restart lscpd' + ProcessUtilities.normalExecutioner(command) + except BaseException as msg: logging.writeToFile(str(msg) + '. Renew.SSLObtainer')