parent
f61be9efe7
commit
f113ba6f90
@ -1,10 +1,10 @@
|
||||
[Unit]
|
||||
Description=CubeSatSim Service
|
||||
Description=My last command
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/home/pi/CubeSatSim/radioafsk > /home/pi/CubeSatSim/log.txt 2>&1
|
||||
Type=simple
|
||||
ExecStart=/home/pi/CubeSatSim/demo.sh > /home/pi/CubeSatSim/log.txt 2>&1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=custom.target
|
||||
|
||||
Loading…
Reference in new issue