diff --git a/build/archlinux/dwelling-radio.install b/build/archlinux/dwelling-radio.install index 7db6fd1..f79f070 100644 --- a/build/archlinux/dwelling-radio.install +++ b/build/archlinux/dwelling-radio.install @@ -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 } \ No newline at end of file