A little fix in an install script.
This commit is contained in:
parent
e3112cb4d2
commit
1e43b67670
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user