# Defaults for miredo-server initscript

# Comment out not to start miredo-server on system startup
START_MIREDO_SERVER=true

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

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

