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
Alan Johnston 03cc387dc0
Create pacsatsim.service
1 year ago
..
README.md Update README.md 5 years ago
command.service Update command.service remove cpu quota 1 year ago
cubesatsim.service Update cubesatsim.service increase to 7% 1 year ago
pacsatsim.service Create pacsatsim.service 1 year ago
transmit.service Update and rename rpitx.service to transmit.service 1 year ago

README.md

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/systemd/cubesatsim.service /etc/systemd/system/cubesatsim.service

sudo systemctl enable cubesatsim

sudo cp ~/CubeSatSim/systemd/rpitx.service /etc/systemd/system/rpitx.service

sudo systemctl enable rpitx

Reboot to start the autoboot service:

sudo reboot now

Now after the Pi starts up, the demo.sh script will run automatically, to see the console:

sudo journalctl -u cubesatsim

Powered by TurnKey Linux.