Skip to content

Simple bash script to keep alive your programms

License

Notifications You must be signed in to change notification settings

kr15h/keepalive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Keep Alive

Basic script to keep alive your process.

Instructions

  1. Replace myprocess in the script with your actual process name.

  2. Save the file as keepalive.sh somewhere, /home/pi/keepalive.sh is a good choice.

  3. Set up cron task by editing crontab with crontab -e. Add * * * * * /home/pi/keepalive.sh - the script will be run once a minute and restart your process if it has failed.

About

Simple bash script to keep alive your programms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages