From 0beb5e7d1d6f707cc97f569032ecc9eb1c3cb331 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 22 Jul 2020 10:43:18 -0400 Subject: [PATCH] Update README.md --- systemd/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/systemd/README.md b/systemd/README.md index 3d4ea7e2..85b7d95f 100644 --- a/systemd/README.md +++ b/systemd/README.md @@ -7,10 +7,15 @@ sudo cp ~/CubeSatSim/systemd/cubesatsim.service /etc/systemd/system/cubesatsim.s 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, and the console will log to ~/CubeSatSim/log.txt To see it: +Now after the Pi starts up, the demo.sh script will run automatically, to see the console: + +sudo journalctl -u cubesatsim -tail ~/CubeSatSim/log.txt