sysrepo: update to 1.4.2

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
Lucian Cristian
2020-05-05 21:07:28 +03:00
parent 87ba072dce
commit 1953132cea
7 changed files with 63 additions and 149 deletions

View File

@@ -4,16 +4,9 @@ START=60
STOP=10
USE_PROCD=1
PROG_DAEMON=/bin/sysrepod
PROG_PLUGIN=/bin/sysrepo-plugind
PROG_PLUGIN=/usr/bin/sysrepo-plugind
start_service() {
procd_open_instance
procd_set_param command ${PROG_DAEMON}
procd_append_param command -d -l 0
procd_set_param respawn
procd_close_instance
procd_open_instance
procd_set_param command ${PROG_PLUGIN}
procd_append_param command -d -l 0
@@ -25,6 +18,5 @@ stop_service()
{
kill -9 `ps | grep netopeer2-server | grep -v grep | awk '{print $1}'` >/dev/null 2>&1
service_stop ${PROG_PLUGIN}
service_stop ${PROG_DAEMON}
rm -rf /var/run/sysrepo-subscriptions/*
}