eb6860b
#                                                                    -*- sh -*-
eb6860b
# All options to Gnokii SMS daemon (gnokii-smsd), *except* log file.
eb6860b
#
eb6860b
# Note that due to security reasons, it is not advisable to set the
eb6860b
# database password here (if you can avoid doing so) because it may be
eb6860b
# visible in eg. ps(1) output.
eb6860b
#
eb6860b
# Example:
eb6860b
#  SMSD_OPTS="--user smsd --db smsd --host 127.0.0.1 --module pq"
eb6860b
#
eb6860b
eb6860b
SMSD_OPTS=""
eb6860b
eb6860b
#
eb6860b
# Log file location.  If you adjust this, see also /etc/logrotate.d/gnokii-smsd
eb6860b
#
eb6860b
eb6860b
SMSD_LOG="/var/log/gnokii-smsd"