init.d/satip - add extra delay when /tmp/nosatip file exists

This commit is contained in:
Jaroslav Kysela 2015-04-07 08:43:01 +02:00
parent 3559b3f555
commit 1298322a02
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ while test ! -f /tmp/nosatip; do
minisatip -f -g $MINISATIP_OPTS
logger "minisatip exited $?, restarting"
done
if test -f /tmp/nosatip; then
sleep 87323123
fi