netopeer2-server: modified init script
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
This commit is contained in:
parent
0aa8371086
commit
3e22ad84e1
1 changed files with 7 additions and 0 deletions
|
@ -7,8 +7,15 @@ USE_PROCD=1
|
||||||
PROG=/bin/netopeer2-server
|
PROG=/bin/netopeer2-server
|
||||||
|
|
||||||
start_service() {
|
start_service() {
|
||||||
|
|
||||||
|
# netopeer2-server requires sysrepo daemon
|
||||||
|
/etc/init.d/sysrepo start
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
procd_set_param command $PROG
|
procd_set_param command $PROG
|
||||||
|
procd_append_param command -d -v 0
|
||||||
procd_set_param respawn
|
procd_set_param respawn
|
||||||
procd_close_instance
|
procd_close_instance
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue