# Defaults for ventoy initscript
# sourced by /etc/init.d/ventoy
# installed at /etc/default/ventoy by the maintainer scripts

# These options can be set to modify the behavior of the ventoy init script.
# The options commented out show the default values.

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

# Path to the configuration file
CONFIGFILE="/etc/ventoy.conf"

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

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

# Additional options that are passed to the daemon
# We pass -r option to do soft non-destructive rebuild on every start-up.
# If your systerm restarts often, you might want to remove this.
#DAEMON_OPTS="-r"
