mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #2215 from Celedhrim/net_snmp_double_conf_load
Net-snmp addon : Avoid loading config two time
This commit is contained in:
commit
c7da506167
@ -1,3 +1,6 @@
|
||||
104
|
||||
- Change daemon startup option
|
||||
|
||||
103
|
||||
- update config.sub to support new hardware
|
||||
- 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_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