Browse Source
Merge pull request #17827 from skingry/snmpd_init_order
net-snmp: move start order from 50 to 99
lilik-openwrt-22.03
Stijn Tintel
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|