Hi everyone,
I'm reporting an inconsistency in the official documentation for Carbonio CE 25.12.0.
While updating Let's Encrypt certificates following the Administration Guide (> Admin by Command Line > Carbonio Management > Renew a Let’s Encrypt Certificate), the manual instructs to run the following command to finalize the renewal:
/opt/zextras/bin/zmproxyctl reload
However, when executing this, the system exits with the following message:
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.
It seems the documentation hasn't been fully updated to reflect the transition to systemd for this specific step.
Could someone confirm the correct equivalent command? Is it systemctl reload carbonio-proxy.target or should we target the service directly with systemctl reload carbonio-proxy.service?
Thanks in advance!
@hugo
The carbonio-proxy.target is a systemd target (a grouping unit), not an individual service. Targets doesn't support the reload action. In this case, systemctl restart carbonio-proxy.target would be enough.
But what you have pointed out is a valid issue. I will inform the team to fix these issues in the docs.
Thanks again.
