Update frequency.service changed to run python directly

master-be
Alan Johnston 2 weeks ago committed by GitHub
parent d3c20c53a4
commit 5697a6ae35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,7 +3,7 @@ Description=frequency
[Service] [Service]
TimeoutStopSec=5 TimeoutStopSec=5
ExecStart=/home/pi/CubeSatSim/frequency.sh ExecStart=python3 -u /home/pi/CubeSatSim/frequency.py
WorkingDirectory=/home/pi/CubeSatSim WorkingDirectory=/home/pi/CubeSatSim
StandardOutput=inherit StandardOutput=inherit
StandardError=inherit StandardError=inherit

Loading…
Cancel
Save

Powered by TurnKey Linux.