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
|
||||
User=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
|
||||
ExecStop=/bin/sleep 10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue