Re: [Savonet-users] liquidsoap startup and reloading

2009-03-30 Thread Romeo
yes, it helped! i added if [ ! -e $rundir ]; then mkdir -m 777 $rundir fi into rc Script - it didn't helped, and then set("init.daemon.pidfile.path","/var/run/liquidsoap/

Re: [Savonet-users] liquidsoap startup and reloading

2009-03-27 Thread David Baelde
On Sat, Mar 28, 2009 at 3:40 AM, Romeo wrote: > It seems like liquidsoap doesn't create a pid file even if this option is set > in configuration script. To obtain a PID file, the pidfile should be set but liquidsoap also needs to run in daemon mode. Also, check where it creates the PID file (tr

[Savonet-users] liquidsoap startup and reloading

2009-03-27 Thread Romeo
It seems like liquidsoap doesn't create a pid file even if this option is set in configuration script. so it doesn't restart channels when launching "invoke-rc.d liquidsoap force-reload", and doesn't stop channels when launching "invoke-rc.d liquidsoap stop" i need to kill every instance of liq