From 9beb001d3ad33d4f6847caca79f61ed5cb717357 Mon Sep 17 00:00:00 2001 From: Emmanuel Papin Date: Mon, 15 Dec 2014 00:31:34 +0100 Subject: [PATCH] Do not use not available argument when invoking alprd --- distros/debian/openalpr-daemon.default | 2 +- distros/debian/openalpr-daemon.init | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/distros/debian/openalpr-daemon.default b/distros/debian/openalpr-daemon.default index 0cc67ed..555202b 100644 --- a/distros/debian/openalpr-daemon.default +++ b/distros/debian/openalpr-daemon.default @@ -18,5 +18,5 @@ START_DAEMON="yes" #GROUP="www-data" # Additional options that are passed to the daemon -#DAEMON_OPTS="-n 20" +#DAEMON_OPTS= diff --git a/distros/debian/openalpr-daemon.init b/distros/debian/openalpr-daemon.init index aaeb934..cc47983 100644 --- a/distros/debian/openalpr-daemon.init +++ b/distros/debian/openalpr-daemon.init @@ -9,7 +9,7 @@ # Description: OpenALPR daemon detects license plate in the background ### END INIT INFO -# Author: lokidor +# Author: Emmanuel Papin unset USER @@ -48,11 +48,6 @@ if [ -z $LOGFILE ]; then LOGFILE=/var/log/alpr.log fi -# Set the default daemon options -if [ -z $DAEMON_OPTS ]; then - DAEMON_OPTS="-n 20" -fi - # Run as `www-data' if USER is not specified or is `root' if [ -z $USER ]; then USER=www-data