MailScheduler supports the following service managers: systemd and SysVinit/InitD. However, the application includes wrappers around the service managers, allowing you to perform the same actions using the application command line.
These commands provide flexibility in managing MailScheduler, allowing you to interact with the service directly or leverage service managers for control:
Start Service
If the service is not running, you can start it using:
sudo./mailscheduler-amd64servicestart
Stop Service
To stop the MailScheduler service:
sudo./mailscheduler-amd64servicestop
Service status
To check the status of the MailScheduler service:
sudosystemctlstatusmailscheduler
Start Service
If the service is not running, you can start it using:
sudosystemctlstartmailscheduler
Stop Service
To stop the MailScheduler service:
sudosystemctlstopmailscheduler
Restart Service
To restart the MailScheduler service:
sudosystemctlrestartmailscheduler
Service status
To check the status of the MailScheduler service:
sudoserviceMailSchedulerstatus
Start Service
If the service is not running, you can start it using:
sudoserviceMailSchedulerstart
Stop Service
To stop the MailScheduler service:
sudoserviceMailSchedulerstop
Restart Service
To restart the MailScheduler service:
sudoserviceMailSchedulerrestart
Service status
To check the status of the MailScheduler service:
sudo/etc/init.d/MailSchedulerstatus
Start Service
If the service is not running, you can start it using:
sudo/etc/init.d/MailSchedulerstart
Stop Service
To stop the MailScheduler service:
sudo/etc/init.d/MailSchedulerstop
Restart Service
To restart the MailScheduler service:
sudo/etc/init.d/MailSchedulerrestart
Service Commands
Always ensure you are in the application folder before executing service commands:
cd/usr/local/share/mailscheduler
Installing and Uninstalling the Service
Check the current status of the service, whether it’s installed or not:
sudo./mailscheduler-amd64servicestatus
Manually install the application onto the server:
sudo./mailscheduler-amd64serviceinstall
Manually uninstall the application from the server: