|
|
|
@ -1,10 +1,9 @@
|
|
|
|
[Unit]
|
|
|
|
[Unit]
|
|
|
|
Description=CubeSatSim demo service
|
|
|
|
Description=CubeSatSim service
|
|
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
[Service]
|
|
|
|
TimeoutStopSec=5
|
|
|
|
TimeoutStopSec=5
|
|
|
|
EnvironmentFile=/home/pi/CubeSatSim/.mode
|
|
|
|
ExecStart=/home/pi/CubeSatSim/cubesatsim
|
|
|
|
ExecStart=/home/pi/CubeSatSim/demo.sh $ARG1
|
|
|
|
|
|
|
|
WorkingDirectory=/home/pi/CubeSatSim
|
|
|
|
WorkingDirectory=/home/pi/CubeSatSim
|
|
|
|
StandardOutput=inherit
|
|
|
|
StandardOutput=inherit
|
|
|
|
StandardError=inherit
|
|
|
|
StandardError=inherit
|
|
|
|
|