В Втр, 27/04/2010 в 08:08 +0200, Tomasz Sterna пишет:
> Dnia 2010-04-27, wto o godzinie 01:33 +0400, Vasiliy G Tolstov pisze:
> > If i need add virtualhost, can i'm use
> > database for that purpose?
> 
> Dmitry Banschikov wrote a patch to feed SM domains from authreg table.
> See http://www.mail-archive.com/[email protected]/msg01448.html
> 
> 

I have this patch =). Does this patch included in trunk jabberd2?

> > And how can a reload graceful jabberd2
> > processes? I'm try to send HUP signal, but all processes shutdown =).
> 
> I guess you're using service wrapper. It does not handle reloading all.
> HUP the daemons separately.
> 

Hm.. I do like this in /etc/init.d/jabberd2:

        for pidfile in /var/run/jabber/*.pid; do
                if [ -f "${pidfile}" ]; then
                        service=$(basename ${pidfile} .pid)
                        ebegin "Stopping ${service}"
                        kill -HUP `cat ${pidfile}`
                fi
        done

If this right?


-- 
Vasiliy G Tolstov <[email protected]>
Selfip.Ru


-- 
To unsubscribe send a mail to [email protected]

Reply via email to