periodicstats: 1.5.5

This commit is contained in:
Vivek Kumar Dutta 2024-04-11 13:28:47 +05:30
parent 3bab7956a3
commit d6514f0128
2 changed files with 6 additions and 1 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=periodicstats
PKG_VERSION:=1.5.4
PKG_VERSION:=1.5.5
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -25,6 +25,11 @@ start_service() {
procd_close_instance
}
reload_service() {
stop
start
}
service_triggers() {
procd_add_reload_trigger periodicstats
}