From 7b1bfb181abe62daa2125d0933a8b5ad76375ce2 Mon Sep 17 00:00:00 2001 From: Seth Kingry Date: Tue, 8 Feb 2022 00:36:36 -0500 Subject: [PATCH] net-snmp: move start order from 50 to 99 Signed-off-by: Seth Kingry --- net/net-snmp/files/snmpd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"