net-snmp: move start order from 50 to 99

Signed-off-by: Seth Kingry <sjkingry@gmail.com>
This commit is contained in:
Seth Kingry 2022-02-08 00:36:36 -05:00
parent ca0549109d
commit 7b1bfb181a
No known key found for this signature in database
GPG Key ID: 433B0EABC7558EF8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2008 OpenWrt.org
START=50
START=99
USE_PROCD=1
PROG="/usr/sbin/snmpd"