You can easily do this by hand using a shell script ($! is the pid of the last run command) or within Liquidsoap using the getpid() command.
Cheers, Samuel On Mon, Jan 11, 2016 at 11:17 AM, Dalibor Sojic <[email protected]> wrote: > I am trying to start .liq script as regular user, and the script is > working fine, but I need PID file. > > I have > set("init.daemon.pidfile",true) > set("init.daemon.pidfile.path","/home/liquid/amazingradios/pid/jazz128ice.pid") > > but as I can see, it is for "daemon" mode, which is not working at all. > I can start the script (not as daemon), the script is working but there > is no PID file. > > Any hints? > > -- > Dalibor Sojic > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
