Skip to content

Commit 39666b7

Browse files
committed
Revert "fix(cmdeploy): restart chatmail-metadata after /home/vmail/mail was created"
This reverts commit 1789098.
1 parent 22eeb4b commit 39666b7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

cmdeploy/src/cmdeploy/dovecot/deployer.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ def activate(self):
4545
daemon_reload=self.daemon_reload,
4646
)
4747
self.need_restart = False
48-
if self.daemon_reload:
49-
systemd.service(
50-
name="Restart chatmail-metadata after /home/vmail/mail was created",
51-
service="chatmail-metadata",
52-
restarted=True,
53-
)
5448

5549

5650
def _install_dovecot_package(package: str, arch: str):

0 commit comments

Comments
 (0)