mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 07:20:50 +08:00
Removed unused deploy files
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
# 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"
|
|
||||||
env PIDFILE=/var/run/alprd.pid
|
|
||||||
|
|
||||||
exec start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --chuid $uid:$gid -- $DAEMON_ARGS
|
|
||||||
|
|
Reference in New Issue
Block a user