Skip to content

How to use daemonize-liquidsoap.sh script when passing multiple .liq scripts? #4505

Answered by gAlleb
floholl asked this question in Q&A
Discussion options

You must be logged in to vote

You can simply include output.liq into radio.liq in the end of a file:

%include "output.liq"

output.liq should be in the same directory.


I guess the daemonize-liquidsoap.sh script available here is an excellent starting point.

daemonize-liquidsoap.sh script seems to be very outdated. Not sure that it's a good idea to use it.

I don't know which distro/os you use but if comes with systemd I would recommend using it to control your liquidsoap instance:

Say you have your script at /home/radio/liquidsoap/myradio1.liq and you user is called radio

You may create systemd file. Please execute following commands:

sudo nano /etc/systemd/system/[email protected]

A new file will open, paste the…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
2 replies
@floholl
Comment options

@gAlleb
Comment options

Answer selected by floholl
Comment options

You must be logged in to vote
5 replies
@vitoyucepi
Comment options

@toots
Comment options

toots Jun 8, 2025
Maintainer

@vitoyucepi
Comment options

@gAlleb
Comment options

@toots
Comment options

toots Jun 9, 2025
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants