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
Wiadomość jest częścią wątku:
pełne drzewo wątku posortowane wg daty
John Burnham at
2006-12-11 15:51
Marc Perkel at
2006-12-11 16:46
Autor:
Jakob Hirsch
Data:
2006-12-11 16:12
UTC
Dla:
exim-users
Temat:
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.