mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:16:52 +08:00
23 lines
567 B
Plaintext
23 lines
567 B
Plaintext
# 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=
|
|
|