Running on Linux |
Top Previous Next |
The CirrusPrint server can be started and stopped from the Unix command line. These operations should be executed while logged in as root, or with sudo.
cp20s start Starts the server cp20s stop Stops the server cp20s restart Stops, then restarts the server
Note if the installation detected and configured systemd or init.d setups, you can also manage the server using systemctl or service commands. The service name in both cases is "cp20s".
Once running, CirrusPrint will listen for location connections from browsers and system clients. Clients connect using http or https. If the server listens on non-standard ports, the URL for the clients must include the port, such as http://192.168.1.10:8482.
|