Set of Liquidsoap streams to start, one systemd service per stream.
Declarations
Type
attribute set of (path or string)
Default
{ }
Example
{
myStream1 = "/etc/liquidsoap/myStream1.liq";
myStream2 = ./myStream2.liq;
myStream3 = "out(playlist(\"/srv/music/\"))";
}