jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Meaning of Exit Status Code #278

Closed SQLadmin closed 7 years ago

SQLadmin commented 7 years ago

Can you please list out the status codes and meaning ?

jamesrwhite commented 7 years ago

What do you mean by status codes?

SQLadmin commented 7 years ago

Oh sorry, its Exit Status, updated the question. because I can see sometimes it shows 0,1,255

jamesrwhite commented 7 years ago

It should just be forwarding the exit status reported by the command: http://www.tldp.org/LDP/abs/html/exit-status.html. These are from the OS, not minicron.