Skip to content

Instantly share code, notes, and snippets.

@wwng2333
Created October 13, 2023 11:10
Show Gist options
  • Save wwng2333/c905e2a68312947ee57fb2494a8ba7d8 to your computer and use it in GitHub Desktop.
Save wwng2333/c905e2a68312947ee57fb2494a8ba7d8 to your computer and use it in GitHub Desktop.
Check and auto-restart ping0
#!/bin/sh
if ! /opt/etc/init.d/S99ping0 check > /dev/null
then
/opt/etc/init.d/S99ping0 start
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment