13 lines
282 B
Bash
Executable File
13 lines
282 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
touch /songs/playlist.pls /jingles/playlist.pls
|
|
|
|
# Start background sync process
|
|
/opt/ultrasync.sh &
|
|
|
|
# fallback
|
|
python /opt/je_te_met_en_pls.py /air-support /air-support/playlist.pls
|
|
|
|
# Run Liquidsoap as zambla user
|
|
runuser -l zambla -c 'liquidsoap /opt/radio.liq'
|