Merge pull request #17827 from skingry/snmpd_init_order
net-snmp: move start order from 50 to 99
This commit is contained in:
commit
289a751530
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
# Copyright (C) 2008 OpenWrt.org
|
# Copyright (C) 2008 OpenWrt.org
|
||||||
START=50
|
START=99
|
||||||
|
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
PROG="/usr/sbin/snmpd"
|
PROG="/usr/sbin/snmpd"
|
||||||
|
|
Loading…
Reference in a new issue