Removed ExecStop for 'stop' command
This commit is contained in:
parent
bf3f011bd4
commit
f8f3f088b7
|
@ -7,7 +7,6 @@ User=pi
|
||||||
Group=pi
|
Group=pi
|
||||||
ExecStartPre=-/usr/bin/git clone --recursive -b master ssh://smmp-server/satsd/debug /home/pi/debug
|
ExecStartPre=-/usr/bin/git clone --recursive -b master ssh://smmp-server/satsd/debug /home/pi/debug
|
||||||
ExecStart=/bin/bash /home/pi/debug/sats/main %i
|
ExecStart=/bin/bash /home/pi/debug/sats/main %i
|
||||||
ExecStop=/bin/sleep 10
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue