mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sysmngr: Update the handling of process Instances
This commit is contained in:
parent
a71d90d2c7
commit
d0c26b4bb7
2 changed files with 5 additions and 2 deletions
|
|
@ -5,13 +5,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sysmngr
|
PKG_NAME:=sysmngr
|
||||||
PKG_VERSION:=1.0.1
|
PKG_VERSION:=1.0.2
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/system/sysmngr.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/system/sysmngr.git
|
||||||
PKG_SOURCE_VERSION:=f5dcef54630bd8482bc1afcb205a1baab4c7e477
|
PKG_SOURCE_VERSION:=b7a44f16b362546e167a8950f3a2136f2f5e80d7
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
|
|
@ -2,3 +2,6 @@
|
||||||
config reboots 'reboots'
|
config reboots 'reboots'
|
||||||
option max_reboot_entries '3'
|
option max_reboot_entries '3'
|
||||||
|
|
||||||
|
config process_status 'process'
|
||||||
|
option instance_refresh_interval '0'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue