Re: [exim] exim in init.d
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
John Burnham at
2006-12-11 15:51
Marc Perkel at
2006-12-11 16:46
Author:
Jakob Hirsch
Date:
2006-12-11 16:12
UTC
To:
exim-users
Subject:
Re: [exim] exim in init.d
Quoting Jeremy Harris:
>> reload() {
exim -bV > /dev/null || exit 1
>> kill -HUP `cat $pidfile` || restart
sleep 1; status exim
>> }
though "status" is redhat-specific, AFAIK.