1
0

A little fix in an install script.

This commit is contained in:
Alexander Andreev 2022-08-30 00:21:06 +04:00
parent e3112cb4d2
commit 1e43b67670
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -1,12 +1,12 @@
post_install() {
cat << EOF
>>> You must add a path to a liquidsoap executable in a systemd unit!
>>> You must add a path to a liquidsoap executable in a systemd unit as well!
>>
>>> Run `systemd edit dwelling-radio.service` to edit a .service file and
>>> add a new `ExecPaths=` option with a path to a liquidsoap to a
>>> [Service] section.
>>> Like:
>>> [Service]
>>> ExecPaths=/usr/bin/liquidsoap
>>> ExecPaths=/usr/bin/liquidsoap
EOF
}