Set a path to a liquidsoap.
This commit is contained in:
parent
a5d7aacb4c
commit
314138641a
@ -7,7 +7,7 @@ icecast:
|
|||||||
url: "http://radio.arav.home.arpa/status-json.xsl"
|
url: "http://radio.arav.home.arpa/status-json.xsl"
|
||||||
playlist_path: "/var/log/icecast/playlist.log"
|
playlist_path: "/var/log/icecast/playlist.log"
|
||||||
liquidsoap:
|
liquidsoap:
|
||||||
executable_path: "/usr/bin/liquidsoap"
|
executable_path: "/opt/opam/4.14.0/bin/liquidsoap"
|
||||||
script_path: "/etc/dwelling/radio.liq"
|
script_path: "/etc/dwelling/radio.liq"
|
||||||
# How much songs to list on a page
|
# How much songs to list on a page
|
||||||
list_last_n_songs: 10
|
list_last_n_songs: 10
|
||||||
|
@ -11,7 +11,7 @@ ExecStart=/usr/bin/dwelling-radio -conf /etc/dwelling/radio.yaml
|
|||||||
|
|
||||||
ReadOnlyPaths=/
|
ReadOnlyPaths=/
|
||||||
NoExecPaths=/
|
NoExecPaths=/
|
||||||
ExecPaths=/usr/bin/dwelling-radio /usr/lib64
|
ExecPaths=/usr/bin/dwelling-radio /usr/lib64 /opt/opam/4.14.0/bin/liquidsoap
|
||||||
|
|
||||||
LogsDirectory=dwelling-radio
|
LogsDirectory=dwelling-radio
|
||||||
RuntimeDirectory=dwelling-radio
|
RuntimeDirectory=dwelling-radio
|
||||||
|
Loading…
Reference in New Issue
Block a user