summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/zoneminder
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/zoneminder')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/zoneminder/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/zoneminder/run b/abs/core/runit-scripts/runitscripts/services/zoneminder/run
index dfd15f3..050f511 100755
--- a/abs/core/runit-scripts/runitscripts/services/zoneminder/run
+++ b/abs/core/runit-scripts/runitscripts/services/zoneminder/run
@@ -6,7 +6,7 @@ MYTH_RUN_STATUS="1"
. /etc/rc.conf
. /etc/rc.d/functions
#wait for mysql
-/sbin/svwaitup -s 20 /service/mysql
+/usr/bin/svwaitup -s 20 /service/mysql
stat_runit "Starting ZoneMinder"
/usr/bin/zmpkg.pl start 2>/tmp/zoneminder.out
@@ -20,7 +20,7 @@ then
done
else
stat_runit "Zoneminder did not start correctly"
-fi
+fi