Starting and Stopping Services (Linux)
The FlowForce Server solution consists of two services:
1.flowforcewebserver
2.flowforceserver
Run the commands below to start or stop the flowforcewebserver service. If you need to start or stop the flowforceserver service, replace flowforcewebserver with flowforceserver in the commands below.
To start the FlowForce Web Server service:
sudo systemctl start flowforcewebserver |
To stop the FlowForce Web Server service:
sudo systemctl stop flowforcewebserver |
To check if a service is running, run the following command (replace <servicename> with either flowforcewebserver or flowforceserver).
sudo service <servicename> status |