summaryrefslogtreecommitdiff
path: root/target/linux/mediatek/base-files/etc/init.d/mtkhnat
blob: 32011e73aadf0419d80d77d1440469c9ec45d9e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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
}