Skip to content

Commit

Permalink
stagger MLAT-client starts by 15 seconds so the logs are better readable
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Sep 21, 2023
1 parent 3ee5180 commit 38fc509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/etc/s6-overlay/scripts/mlat-client
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ do
execstring="$(echo ${MLAT_CMD} ${MLAT_PARAM[*]} | xargs)"


# stagger by 1 second so they don't all start at the same time
sleep 1 & wait $!
# stagger by 15 second so they don't all start at the same time
sleep 15 & wait $!

# ------------------------------------------------
# run this Mlat_client instance in the background:
Expand Down

0 comments on commit 38fc509

Please sign in to comment.