Re: [exim] exim in init.d

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: Re: [exim] exim in init.d
Marc Perkel wrote:
> I'd like to modify the Exim init.d file to add something equivalent to
> apache graceful restart. The ide being to just reload the config files
> without killing mail in progress. This is what I have now.




> reload() {
>         kill -HUP `cat $pidfile` || restart
> }