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]
Description=CubeSatSim Service
After=multi-user.target
[Unit]
Description=My last command
After=multi-user.target
[Service]
Type=idle
ExecStart=/home/pi/CubeSatSim/radioafsk > /home/pi/CubeSatSim/log.txt 2>&1
[Service]
Type=simple
ExecStart=/home/pi/CubeSatSim/demo.sh > /home/pi/CubeSatSim/log.txt 2>&1
[Install]
WantedBy=multi-user.target
[Install]
WantedBy=custom.target

Loading…
Cancel
Save

Powered by TurnKey Linux.