Re: [CentOS] shutdown script

2010-12-03 Thread Michael D. Berger
On Fri, 03 Dec 2010 23:20:17 +, Keith Roberts wrote: > On Fri, 3 Dec 2010, m.r...@5-cent.us > wrote: > [...] > Is this any good? > > #! /bin/bash > > # Bash script to perform a gracefull shutdown of apache web server # > called from /root/root-admin-scripts/databases/fedora-8-mysql/ # > bac

Re: [CentOS] shutdown script

2010-12-03 Thread Keith Roberts
On Fri, 3 Dec 2010, m.r...@5-cent.us wrote: > To: CentOS mailing list > From: m.r...@5-cent.us > Subject: Re: [CentOS] shutdown script > > Michael D. Berger wrote: >> I have a daemon that throws an exception whenever I shutdown or >> reboot. However, stopping it wi

Re: [CentOS] shutdown script

2010-12-03 Thread Michael D. Berger
On Fri, 03 Dec 2010 15:43:10 -0500, m.roth-x6lchVBUigD1P9xLtpHBDw wrote: > Michael D. Berger wrote: >> I have a daemon that throws an exception whenever I shutdown or reboot. >> However, stopping it with kill -15, or calling the stop command in its >> start stop script (in /etc/init.d/) results i

Re: [CentOS] shutdown script

2010-12-03 Thread m . roth
Michael D. Berger wrote: > I have a daemon that throws an exception whenever I shutdown or > reboot. However, stopping it with kill -15, or calling the > stop command in its start stop script (in /etc/init.d/) results > in correct termination. > > Therefore, might it be that shutdown or reboot cal