Running on Linux
Run through Service Manager
WritebackExtreme 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 WritebackExtreme, 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 ./writeback-extreme-amd64 service startStop Service
To stop the WritebackExtreme service:
sudo ./writeback-extreme-amd64 service stopService status
To check the status of the WritebackExtreme service:
sudo systemctl status writebackextremeStart Service
If the service is not running, you can start it using:
sudo systemctl start writebackextremeStop Service
To stop the WritebackExtreme service:
sudo systemctl stop WritebackExtremeRestart Service
To restart the WritebackExtreme service:
sudo systemctl restart WritebackExtremeService status
To check the status of the WritebackExtreme service:
Start Service
If the service is not running, you can start it using:
Stop Service
To stop the WritebackExtreme service:
Restart Service
To restart the WritebackExtreme service:
Service status
To check the status of the WritebackExtreme service:
Start Service
If the service is not running, you can start it using:
Stop Service
To stop the WritebackExtreme service:
Restart Service
To restart the WritebackExtreme service:
Service Commands
Always ensure you are in the application folder before executing service commands:
cd /usr/local/share/writebackextremeInstalling and Uninstalling the Service
Check the current status of the service, whether it’s installed or not:
sudo ./writebackextreme-amd64 service statusManually install the application onto the server:
sudo ./writebackextreme-amd64 service installManually uninstall the application from the server: