✏️ 正在编辑: snmpd
路径:
/etc/default/snmpd
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# 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 control (yes means start daemon). SNMPDRUN=yes # snmpd options (use syslog, close stdin/out/err). SNMPDOPTS='-Lsd -Lf /dev/null -u Debian-snmp -g Debian-snmp -I -smux,mteTrigger,mteTriggerConf -p /run/snmpd.pid'
💾 保存文件
← 返回文件管理器