Skip to content

Instantly share code, notes, and snippets.

@yamori813
Last active October 20, 2023 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamori813/466728a9ba8228b40f90e0bbad473544 to your computer and use it in GitHub Desktop.
Save yamori813/466728a9ba8228b40f90e0bbad473544 to your computer and use it in GitHub Desktop.
myrc_start()
{
RS=`sysctl -n dev.mtk_wdog.0.rststat`
if [ ${RS} != 4 ]; then
# luch process
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment