mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-09 23:34:51 +01:00
periodicstats: 1.5.16
This commit is contained in:
parent
27e2c1ef7e
commit
b1110c426b
3 changed files with 4 additions and 4 deletions
|
|
@ -5,13 +5,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=periodicstats
|
||||
PKG_VERSION:=1.5.15
|
||||
PKG_VERSION:=1.5.16
|
||||
|
||||
LOCAL_DEV:=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/periodicstats.git
|
||||
PKG_SOURCE_VERSION:=5fcef8cbcd3ac396b59df0df0d50812cbfd35942
|
||||
PKG_SOURCE_VERSION:=8545c349a2704af45b30da0facf8940977333969
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=skip
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
config globals 'globals'
|
||||
# log_level as per syslog i.e (0-7), default 6 (LOG_INFO)
|
||||
option log_level '6'
|
||||
option log_level '3'
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ PROG="/usr/sbin/periodicstatsd"
|
|||
|
||||
start_service() {
|
||||
config_load periodicstats
|
||||
config_get log_level globals log_level "6"
|
||||
config_get log_level globals log_level "1"
|
||||
|
||||
procd_open_instance "periodicstats"
|
||||
procd_set_param command ${PROG} -l ${log_level}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue