[Csync2] csync2 -i via xinetd ignoring nice?

Dan Brown danb at zu.com
Sat May 2 08:58:07 CEST 2009


Does csync2 ignore "nice" values when it is run via xinetd?  I have the
following in my /etc/xinetd.d/csync2 file

service csync2
{
        disable         = no
        protocol        = tcp
        socket_type     = stream
        wait            = no
        user            = root
        nice            = 10
        server          = /usr/local/sbin/csync2
        server_args     = -i
}


Regardless of the value, csync2 always starts with a nice value of 0.  Am I
missing something?   I have not used nice in xinetd ever before but the
server in question needs its CPU for higher priority items so getting csync2
to make some room while it's running is rather important.

___________________________________________________
Dan Brown
danb at zu.com




More information about the Csync2 mailing list