I'm using xinetd for Firebird Server.
Is there a way to start fb_inet_server process with negative nice? When I type "-20" in xinetd.conf it's skipped by xinetd. I looked in xinetd sourcecode and parameter "nice" is unsigned integer so I could not provide "-20" there. :/
Is there a workaround for it?
My config (Debian GNU/Linux 8):
cps = 1500 10
instances = UNLIMITED
per_source = UNLIMITED
flags = NODELAY KEEPALIVE NOLIBWRAP
socket_type = stream
user = firebird
wait = no
disable = no
nice = 1
max_load = 20
rlimit_as = UNLIMITED
rlimit_files = UNLIMITED
rlimit_cpu = UNLIMITED
rlimit_data = UNLIMITED
rlimit_rss = UNLIMITED
rlimit_stack = UNLIMITED
server = /opt/firebird/bin/fb_inet_server