Removed unused deploy files

This commit is contained in:
Matt Hill
2015-03-08 19:54:10 -04:00
parent cb5f3823e8
commit 0c808276fa
3 changed files with 0 additions and 24 deletions

View File

@@ -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

View File

View File