blob: 6ecf684e776616ea46876d025e8056eb89340314 [file] [log] [blame]
hong.liuf024a692025-06-11 02:40:53 -07001#!/bin/sh /etc/rc.common
2# Copyright (C) 2006-2011 OpenWrt.org
3START=20
4start_service() {
5 echo "gsw start--" > /dev/kmsg
6 if [ -f /etc/gsw_oemapp_start.sh ]
7 then
8 /etc/gsw_oemapp_start.sh &
9 fi
10 echo "--gsw start end--" > /dev/kmsg
11}
12start_service