Updated 'sats-debug@.service' service instance unit -> now waits 10 sec if cannot connect to IOEMU
This commit is contained in:
parent
19933619d3
commit
440b3caf72
|
@ -6,8 +6,9 @@ Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
User=pi
|
User=pi
|
||||||
Group=pi
|
Group=pi
|
||||||
ExecStart=/usr/bin/git clone --recursive -b master ssh://smmp-server/satsd/debug /service/debug;
|
ExecStart=/usr/bin/git clone --recursive -b master ssh://smmp-server/satsd/debug /service/debug
|
||||||
ExecStart=/bin/bash /service/debug/sats/main %i
|
ExecStart=/bin/bash /service/debug/sats/main %i
|
||||||
|
ExecStop=/bin/sleep 10
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue