Files
openalpr-base/upstart/alprd.conf
2014-10-23 19:38:18 -04:00

25 lines
487 B
Plaintext

# alprd - OpenALPR daemon
#
# OpenALPR daemon detects license plate in the background
description "OpenALPR daemon"
author "Matt Hill"
start on filesystem and static-network-up
stop on runlevel [016]
expect fork
respawn
respawn limit 5 30
env uid=daemon
env gid=daemon
env DAEMON=/usr/bin/alprd
env DAEMON_ARGS="-l /var/log/alprd.log -n 20"
env PIDFILE=/var/run/alprd.pid
exec start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --chuid $uid:$gid -- $DAEMON_ARGS