swmodd: clean up

This commit is contained in:
Amin Ben Ramdhane 2020-05-26 09:51:48 +01:00
parent d71c6382d5
commit b72d3a45b3
2 changed files with 6 additions and 3 deletions

View file

@ -6,10 +6,10 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=swmodd
PKG_VERSION:=1.0.1
PKG_VERSION:=1.0.2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=ea25f28354fda5a809e27932755c5686711745e9
PKG_SOURCE_VERSION:=3bfc97cd6f8e22f561601c47b79203b17fdb0fbe
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/swmodd.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz

View file

@ -13,8 +13,11 @@ start_service() {
procd_close_instance
}
stop_service() {
service_stop ${PROG}
}
reload_service() {
stop
start
}