Hi Normando,

On Thu, Dec 16, 2010 at 8:52 AM, Normando Hall <[email protected]> wrote:
>         #/bin/kill USR1 `cat $liq 2>/dev/null` 2> /dev/null || true
>         #/bin/kill -HUP `cat $liq 2>/dev/null` 2> /dev/null || true
>         start-stop-daemon --stop --signal USR1 --quiet --pidfile $liq

In the first line you need to add a dash (kill -USR1) and the second
line doesn't do anything (liquidsoap reopens on USR1, doesn't do
anything on HUP). Anyway I can confirm that all you need to do in the
postrotate is send USR1 to liquidsoap so it reopens its log file.

Does that help?
-- 
David

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to