From e51e8bf4c7d8a7693f8c03927174e50d1f2ce90b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 3 Apr 2015 12:37:24 +0200 Subject: [PATCH] /etc/init.d/satip: do not restart when /tmp/nosatip file exists --- fs-add/etc/init.d/satip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs-add/etc/init.d/satip b/fs-add/etc/init.d/satip index 723808d6..cea1e36a 100755 --- a/fs-add/etc/init.d/satip +++ b/fs-add/etc/init.d/satip @@ -7,7 +7,7 @@ if test "$MINISATIP" != "yes"; then fi cd /tmp -while test 1 -eq 1; do +while test ! -f /tmp/nosatip; do minisatip -f -g $MINISATIP_OPTS logger "minisatip exited $?, restarting" done