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-amd64servicestart
Stop Service
To stop the WritebackExtreme service:
sudo./writeback-extreme-amd64servicestop
Service status
To check the status of the WritebackExtreme service:
sudosystemctlstatuswritebackextreme
Start Service
If the service is not running, you can start it using:
sudosystemctlstartwritebackextreme
Stop Service
To stop the WritebackExtreme service:
sudosystemctlstopWritebackExtreme
Restart Service
To restart the WritebackExtreme service:
sudosystemctlrestartWritebackExtreme
Service status
To check the status of the WritebackExtreme service:
sudoserviceWritebackExtremestatus
Start Service
If the service is not running, you can start it using:
sudoserviceWritebackExtremestart
Stop Service
To stop the WritebackExtreme service:
sudoserviceWritebackExtremestop
Restart Service
To restart the WritebackExtreme service:
sudoserviceWritebackExtremerestart
Service status
To check the status of the WritebackExtreme service:
sudo/etc/init.d/WriteBackExtremestatus
Start Service
If the service is not running, you can start it using:
sudo/etc/init.d/WriteBackExtremestart
Stop Service
To stop the WritebackExtreme service:
sudo/etc/init.d/WriteBackExtremestop
Restart Service
To restart the WritebackExtreme service:
sudo/etc/init.d/WriteBackExtremerestart
Service Commands
Always ensure you are in the application folder before executing service commands:
cd/usr/local/share/writebackextreme
Installing and Uninstalling the Service
Check the current status of the service, whether it’s installed or not:
sudo./writebackextreme-amd64servicestatus
Manually install the application onto the server:
sudo./writebackextreme-amd64serviceinstall
Manually uninstall the application from the server: