File: openalpr-daemon.default

package info (click to toggle)
openalpr 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,996 kB
  • ctags: 5,591
  • sloc: cpp: 43,820; xml: 4,616; ansic: 2,426; java: 1,473; cs: 534; makefile: 216; python: 209; sh: 127
file content (22 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Defaults for alprd initscript
# sourced by /etc/init.d/openalpr-daemon
# installed at /etc/default/openalpr-daemon by the maintainer scripts
#
# This is a POSIX shell fragment
#
# These options can be set to modify the behavior of the openalr-daemon init script.
# The options commented out show the default values.

# Start the daemon if set to "yes"
START_DAEMON="yes"

# Path to the log file
#LOGFILE="/var/log/alpr.log"

# User and group the daemon should run as
#USER="daemon"
#GROUP="daemon"

# Additional options that are passed to the daemon
#DAEMON_OPTS=