Raspberry Pi Image: Difference between revisions

You can use the following commands to control Cumulus MX...
: To start Cumulus:
> sudo systemctl start cumulusmx
: To stop Cumulus:
> sudo systemctl stop cumulusmx
: To check if Cumulus is running:
> sudo systemctl status cumulusmx
: To restart Cumulus:
> sudo systemctl restart cumulusmx
: To make Cumulus start at system boot time:
> sudo systemctl enable cumulusmx
: To stop Cumulus starting at boot time:
> sudp systemctl disable cumulusmx
 
=== Starting Cumulus MX from the command line ===