New Features

Service Management migration to systemd on ESG Appliance

In Email Security Gateway (ESG) On-Prem v8.5.7, service management tool is changed from daemon-tools to systemd. As a result, legacy commands such as svc and svstat are no longer available after root login.

To align with this change, the following updated commands are now supported for managing services:
  • Start all services managed by systemd: esg_system_stl start
  • Stop all services managed by systemd: esg_system_stl stop
  • Check service status managed by systemd: esg_system_stl status
Alternatively, you can use the following scripts:
  • Start all service: esg_boot.sh
  • Stop all service: esg_restart.sh