mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:37:00 +08:00
Merge branch 'master' of bitbucket.org:wts-dev/openalpr-wts into wts
This commit is contained in:
@@ -17,7 +17,7 @@ env uid=watchtower
|
||||
env gid=watchtower
|
||||
|
||||
env DAEMON=/usr/local/bin/alprd
|
||||
env DAEMON_ARGS="-l /var/log/watchtower/alprd.log"
|
||||
env DAEMON_ARGS="-l /var/log/watchtower/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
|
||||
|
Reference in New Issue
Block a user