# This file controls the behaviour of /etc/init.d/snmpd
# but not of the corresponding systemd service file.
# If needed, create an override file in
# /etc/systemd/system/snmpd.service.d/local.conf
# see man 5 systemd.unit and man 5 systemd.service

# Don't load any MIBs by default.
# You might comment this lines once you have the MIBs downloaded.
# export MIBS=


# snmpd options (use syslog priority warning, close stdin/out/err).
#SNMPDOPTS='-LSwd -Lf /dev/null -u Debian-snmp -g Debian-snmp -I -smux,mteTrigger,mteTriggerConf -p /run/snmpd.pid'

# replaced by this line to enable logging
# also, to allow changes in interfaces (snmpset ifAdminStatus.N), snmpd must run as root
SNMPDOPTS='-Lsd -Lf /var/log/snmpd.log -u root -g Debian-snmp -I -smux -p /run/snmpd.pid'
