aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2022-02-09 19:28:59 +0200
committerGitHub <noreply@github.com>2022-02-09 19:28:59 +0200
commit289a751530f43ad48e2ac1389132851c6d645613 (patch)
treed436c7ef9b5d8d880dce937f64b5b59e21867ad5
parent717efb8c9622cc73bc8ab1c4ac2e67252b9c4401 (diff)
parent7b1bfb181abe62daa2125d0933a8b5ad76375ce2 (diff)
Merge pull request #17827 from skingry/snmpd_init_order
net-snmp: move start order from 50 to 99
-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"