Here is how to script ends and asterisk is started from this command:
fi
start-stop-daemon --start --exec /usr/sbin/asterisk \
${OPTS} -- ${ASTERISK_OPTS}
I've change it to:
fi
start-stop-daemon --start --exec /usr/bin/nice -n
-15 /usr/sbin/
Hi.
There is a configuration file for this script in /etc/conf.d/ ?
Maybe in this file there is a vrarible that specify the value of ASTERISK_NICEOn 8/5/05, Joseph <[EMAIL PROTECTED]
> wrote:Can any body give am a helping hand how to modify asterisk startup
script to start it with let say nice -5I
Can any body give am a helping hand how to modify asterisk startup
script to start it with let say nice -5
I think I'll need to modify something in the beginning in this section,
but I don't exactly know how.
depend() {
need net
use zaptel
}
start() {
local OPTS USER GROUP
3 matches
Mail list logo