netopeer2-server: modified init script

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
This commit is contained in:
Mislav Novakovic 2017-05-24 14:03:42 +02:00
parent 0aa8371086
commit 3e22ad84e1

View file

@ -7,8 +7,15 @@ USE_PROCD=1
PROG=/bin/netopeer2-server
start_service() {
# netopeer2-server requires sysrepo daemon
/etc/init.d/sysrepo start
sleep 1
procd_open_instance
procd_set_param command $PROG
procd_append_param command -d -v 0
procd_set_param respawn
procd_close_instance
}