1
0
dwelling-radio/build/archlinux/dwelling-radio.install

12 lines
372 B
Plaintext
Raw Normal View History

post_install() {
cat << EOF
2022-08-30 00:21:06 +04:00
>>> 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]
2022-08-30 00:21:06 +04:00
>>> ExecPaths=/usr/bin/liquidsoap
EOF
}