From 1e43b67670408b05ce30a1728bdf7eb5366161dd Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 30 Aug 2022 00:21:06 +0400 Subject: [PATCH] A little fix in an install script. --- build/archlinux/dwelling-radio.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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