Displaying 1 result from an estimated 1 matches for "5f9e57c5".
2007 Dec 19
2
Getting email from cron when script is run manually
We have some third party software running on a CentOS 4.5 virtual
machine. The software is delivered as compiled python and I wrote an
init script for it myself (/etc/init.d/gk). Because the software lacks
the usual robustness of CentOS services, I have a bash script
(/etc/cron.daily/gk-restart) which simply calls "/etc/init.d/gk
restart". So, as expected, root gets an email every day