Re: [exim] exim in init.d

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jakob Hirsch
Data:  
Para: exim-users
Asunto: 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.