From: Seth Kingry Date: Tue, 8 Feb 2022 05:36:36 +0000 (-0500) Subject: net-snmp: move start order from 50 to 99 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7b1bfb181abe62daa2125d0933a8b5ad76375ce2;p=openwrt-packages.git net-snmp: move start order from 50 to 99 Signed-off-by: Seth Kingry --- diff --git a/net/net-snmp/files/snmpd.init b/net/net-snmp/files/snmpd.init index fbae9c286..158871041 100644 --- a/net/net-snmp/files/snmpd.init +++ b/net/net-snmp/files/snmpd.init @@ -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"