Running on Linux
Run through Service Manager
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-amd64 service startStop Service
To stop the MailScheduler service:
sudo ./mailscheduler-amd64 service stopService status
To check the status of the MailScheduler service:
sudo systemctl status mailschedulerStart Service
If the service is not running, you can start it using:
sudo systemctl start mailschedulerStop Service
To stop the MailScheduler service:
sudo systemctl stop mailschedulerRestart Service
To restart the MailScheduler service:
sudo systemctl restart mailschedulerService status
To check the status of the MailScheduler service:
sudo service MailScheduler statusStart Service
If the service is not running, you can start it using:
sudo service MailScheduler startStop Service
To stop the MailScheduler service:
sudo service MailScheduler stopRestart Service
To restart the MailScheduler service:
sudo service MailScheduler restartService status
To check the status of the MailScheduler service:
sudo /etc/init.d/MailScheduler statusStart Service
If the service is not running, you can start it using:
sudo /etc/init.d/MailScheduler startStop Service
To stop the MailScheduler service:
sudo /etc/init.d/MailScheduler stop Restart Service
To restart the MailScheduler service:
sudo /etc/init.d/MailScheduler restartService Commands
Always ensure you are in the application folder before executing service commands:
cd /usr/local/share/mailschedulerInstalling and Uninstalling the Service
Check the current status of the service, whether it’s installed or not:
sudo ./mailscheduler-amd64 service statusManually install the application onto the server:
sudo ./mailscheduler-amd64 service installManually uninstall the application from the server:
sudo ./mailscheduler-amd64 service uninstall