aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSeth Kingry <sjkingry@gmail.com>2022-02-08 00:36:36 -0500
committerSeth Kingry <sjkingry@gmail.com>2022-02-08 00:36:36 -0500
commit7b1bfb181abe62daa2125d0933a8b5ad76375ce2 (patch)
treeced1918e5652e4a8e07f2a5cd4fd8014e4de61df /net
parentca0549109da9fe54f20b16d253eac3262328d520 (diff)
net-snmp: move start order from 50 to 99
Signed-off-by: Seth Kingry <sjkingry@gmail.com>
Diffstat (limited to 'net')
-rw-r--r--net/net-snmp/files/snmpd.init2
1 files changed, 1 insertions, 1 deletions
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"