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

#
# This is a POSIX shell fragment
#
# Additional options that are passed to the Daemon
#
###
#
# Device that will martian-modem daemon create to act as modem device.
# Default is /dev/ttySM0
#
#DEVICE=/dev/ttySM0
#
# User and Group that will have access to the modem device.
# Do not confuse with daemon user/group (this daemon needs to be run as root)
USER=nobody
GROUP=dialout

# Pseudo device permissions mode. 
# Do leave this as it is except you have changed GROUP parameter below,
#  otherwise you'll not be able to dial out under a non-root user.
MODE=0660

# LOGGING NOTE: 
# 	If you don't choose to USE_SYSLOG, it would log automatically 
#	into it's own logfile under $LOGFILE.
#	Default and recommended choise is to log using syslog facilities.
#
USE_SYSLOG=Y
LOGFILE=/var/log/martian-modem.log
# Default=1 (1-5)
DEBUG_LEVEL=1
