Update cubesatsim.service

pull/1/head
alanbjohnston 7 years ago committed by GitHub
parent f61be9efe7
commit f113ba6f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +1,10 @@
[Unit] [Unit]
Description=CubeSatSim Service Description=My last command
After=multi-user.target After=multi-user.target
[Service] [Service]
Type=idle Type=simple
ExecStart=/home/pi/CubeSatSim/radioafsk > /home/pi/CubeSatSim/log.txt 2>&1 ExecStart=/home/pi/CubeSatSim/demo.sh > /home/pi/CubeSatSim/log.txt 2>&1
[Install] [Install]
WantedBy=multi-user.target WantedBy=custom.target

Loading…
Cancel
Save

Powered by TurnKey Linux.