A little fix in an install script.
This commit is contained in:
parent
e3112cb4d2
commit
1e43b67670
@ -1,12 +1,12 @@
|
|||||||
post_install() {
|
post_install() {
|
||||||
cat << EOF
|
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
|
>>> 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
|
>>> add a new `ExecPaths=` option with a path to a liquidsoap to a
|
||||||
>>> [Service] section.
|
>>> [Service] section.
|
||||||
>>> Like:
|
>>> Like:
|
||||||
>>> [Service]
|
>>> [Service]
|
||||||
>>> ExecPaths=/usr/bin/liquidsoap
|
>>> ExecPaths=/usr/bin/liquidsoap
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user