# Configuration file
CONFIGFILE="/etc/metalog.conf"

# PID file
PIDFILE="/run/metalog.pid"

# Options to metalog
# "-B" start server in background/daemon mode
# "-s" tells metalog to run in sync mode
METALOG_OPTS="-B -s"
