# 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, no other chance.
USER=nobody
GROUP=dialout
#
#
# 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
