# Defaults for onioncat initscript
# sourced by /etc/init.d/onioncat

# This is a POSIX shell fragment

# Uncomment to enable the initscript and start onioncat on system startup
#ENABLED=yes

# User the daemon run as
DAEMON_USER="onioncat"

# Options passed to onioncat on startup.
# At least the hidden service hostname must generally be provided.
# Example:
# DAEMON_OPTS="-d 0 gfwljfhnapq91sz4.onion"
DAEMON_OPTS="-d 0"
