# Defaults for miredo initscript

# Comment out not to start miredo on system startup
START_MIREDO=true

# Run daemon as non-privileged user
DAEMON_USER="_miredo"

# Additional options that are passed to the daemon.
DAEMON_ARGS="-u $DAEMON_USER"

