Raspberry Pi Image: Difference between revisions

12 bytes removed ,  22:32, 29 October 2020
Line 109: Line 109:
You can use the following commands to control Cumulus MX...
You can use the following commands to control Cumulus MX...
: To start Cumulus:
: To start Cumulus:
  > sudo systemctl start cumulusmx
  sudo systemctl start cumulusmx
: To stop Cumulus:
: To stop Cumulus:
  > sudo systemctl stop cumulusmx
  sudo systemctl stop cumulusmx
: To check if Cumulus is running:
: To check if Cumulus is running:
  > sudo systemctl status cumulusmx
  sudo systemctl status cumulusmx
: To restart Cumulus:
: To restart Cumulus:
  > sudo systemctl restart cumulusmx
  sudo systemctl restart cumulusmx
: To make Cumulus start at system boot time:
: To make Cumulus start at system boot time:
  > sudo systemctl enable cumulusmx
  sudo systemctl enable cumulusmx
: To stop Cumulus starting at boot time:
: To stop Cumulus starting at boot time:
  > sudp systemctl disable cumulusmx
  sudp systemctl disable cumulusmx


=== Starting Cumulus MX from the command line ===
=== Starting Cumulus MX from the command line ===