mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
Net-snmp addon : Avoid loading config two time
this fix this https://sourceforge.net/p/net-snmp/mailman/message/21333882/
This commit is contained in:
parent
ac2e7cecc8
commit
b208e507be
@ -1,3 +1,6 @@
|
|||||||
|
104
|
||||||
|
- Change daemon startup option
|
||||||
|
|
||||||
103
|
103
|
||||||
- update config.sub to support new hardware
|
- update config.sub to support new hardware
|
||||||
- disable mini-agent in config options to get system MIB
|
- disable mini-agent in config options to get system MIB
|
||||||
|
@ -24,4 +24,4 @@ ADDON_ID=service.net-snmp
|
|||||||
ADDON_DIR="$HOME/.kodi/addons/$ADDON_ID"
|
ADDON_DIR="$HOME/.kodi/addons/$ADDON_ID"
|
||||||
ADDON_HOME="$HOME/.kodi/userdata/addon_data/$ADDON_ID"
|
ADDON_HOME="$HOME/.kodi/userdata/addon_data/$ADDON_ID"
|
||||||
|
|
||||||
$ADDON_DIR/bin/snmpd -f -LS0-6d -c $ADDON_HOME/share/snmp/snmpd.conf -M $ADDON_DIR/share/snmp/mibs -p /var/run/snmpd.pid
|
$ADDON_DIR/bin/snmpd -f -LS0-6d -C -c $ADDON_HOME/share/snmp/snmpd.conf -M $ADDON_DIR/share/snmp/mibs -p /var/run/snmpd.pid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user