## Path:        System/Net-SNMP/SNMPTRAPD
## Description: SNMP trap daemon settings

## Type:    string
## Default: /var/run/snmpd.pid
#
# Path to the file with process ID of the daemon
#
PID_FILE=/var/run/snmpd.pid

## Type:    string
## Default: -Lsd
#
# Logging to sysylog (-Ld)
# with facility daemon (d)
#
SYSLOG_OPTIONS=-Lsd

## Type:    string
## Default:
#
# Other command-line options for SNMPTRAPD
#
OTHER_OPTIONS=
