Skip to content

Commit

Permalink
Update:Surfing_service.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MoGuangYu committed Aug 10, 2024
1 parent 27b0226 commit 178b5dd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Surfing_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@ done
${scripts_dir}/start.sh
)&

inotifyd ${scripts_dir}/box.inotify ${module_dir} > /dev/null 2>&1 &
inotifyd ${scripts_dir}/box.inotify ${module_dir} > /dev/null 2>&1 &

while [ ! -f /data/misc/net/rt_tables ] ; do
sleep 3
done

net_dir="/data/misc/net"
inotifyd ${scripts_dir}/net.inotify ${net_dir} > /dev/null 2>&1 &

0 comments on commit 178b5dd

Please sign in to comment.