[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Suspending users & sites
- Subject: Re: [cobalt-users] Suspending users & sites
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue May 8 12:50:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> kill -HUP `head -n 1 sendmail.pid` (NOT EXACT COMMAND)
>
> I just wrote a tiny script in the /root/bin directory called
> sendmail.restart, put these contents in it:
>
what is wrong with using
/etc/rc.d/init.d/sendmail <start><stop><hard-restart><restart>
where <> are options
Gerald