mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
netopeer2-server: modified init script
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user