If you are running on a UNIX computer you can install procserver as a daemon. It means that it will be automatically executed every time the computer starts and will be left running. If no one is using it, the computer CPU and memory that is used is minimal.
This is the best option if procserver is used often in that machine.
The installer automatically set procserver to be run as daemon.
To start procserverd service:
Code Block |
---|
systemctl start procserverd.service |
To stop procserverd service:
Code Block |
---|
systemctl stop procserverd.service |