User Tools

Site Tools


process_check_script_for_cron

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
process_check_script_for_cron [2012/04/06 15:09]
k2patel
process_check_script_for_cron [2012/04/06 15:10]
k2patel
Line 3: Line 3:
 This script will check process if it is not running ​ This script will check process if it is not running ​
 and will start the process if not running. and will start the process if not running.
 +
 +==== First ====
  
 <code bash | proc_script.sh>​ <code bash | proc_script.sh>​
Line 17: Line 19:
 fi fi
 </​code>​ </​code>​
 +
 +==== Second ====
  
 I made some changes as there is actually no need to equality check: I made some changes as there is actually no need to equality check:
 +
  
 <code bash | proc_scriptjt.sh>​ <code bash | proc_scriptjt.sh>​
Line 33: Line 38:
 fi fi
 </​code>​ </​code>​
 +
 +==== Third ====
 +
  
 This is in python :) This is in python :)
process_check_script_for_cron.txt ยท Last modified: 2020/08/10 02:35 (external edit)