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