You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/systemd/README.md

17 lines
529 B

To make the CubeSat Simulator transmit automatically on boot, follow these steps, which were derived from https://www.raspberrypi.org/documentation/linux/usage/systemd.md
Log into the Pi and type:
sudo cp ~/CubeSatSim/cubesatsim.service /etc/systemd/system/cubesatsim.service
sudo systemctl enable cubesatsim
Reboot to start the autoboot service:
sudo reboot now
Now after the Pi starts up, the demo.sh script will run automatically, and the console will log to ~/CubeSatSim/log.txt To see it:
tail ~/CubeSatSim/log.txt

Powered by TurnKey Linux.