Notifications
Clear all
General Info
1
Posts
1
Users
0
Reactions
23
Views
Topic starter
12/06/2024 00:15
Hi everyone,
I'm facing issues while trying to restart Zextras services on my server. Here’s what I’ve done so far:
-
Attempted to restart using the
zmcontrol
command as thezextras
user:root@mailbox:~# su - zextras -c 'zmcontrol restart'
Output:
Services are now handled by systemd. Enabled systemd targets: - carbonio-directory-server.target - carbonio-appserver.target - carbonio-proxy.target - carbonio-mta.target Please check the documentation for further details. Exiting.
-
Then, I tried restarting using
systemctl
:root@mailbox:~# sudo systemctl restart carbonio.target
Output:
Failed to restart carbonio.target: Unit carbonio.target not found.
It seems like carbonio.target
is not recognized, and I'm unsure how to proceed. Any advice on the correct way to restart Zextras services or troubleshoot this issue would be greatly appreciated.
Thanks in advance!