1f068588ef
Signed-off-by: Muciri Gatimu <muciri@openmesh.com> Signed-off-by: Shashidhar Lakkavalli <shashidhar.lakkavalli@openmesh.com> Signed-off-by: John Crispin <john@phrozen.org>
13 lines
179 B
Bash
Executable file
13 lines
179 B
Bash
Executable file
#!/bin/sh /etc/rc.common
|
|
|
|
START=90
|
|
|
|
USE_PROCD=1
|
|
NAME=mtkhnat
|
|
PROG=/sbin/mtkhnat
|
|
|
|
start_service() {
|
|
procd_open_instance
|
|
procd_set_param command "${PROG}"
|
|
procd_close_instance
|
|
}
|