blob: c121205cbbbd68af2dd4260919e78bc335f9e12e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[
{ type: install
message: <<EOM
To configure ympd, assuming it is running on the same system as
audio/musicpd itself:
sysrc ympd_enable=YES
service ympd start
You may optionally configure additional flags for the daemon:
sysrc ympd_flags="--webport localhost:9000 --user=nobody"
See ympd(1) for further details.
EOM
}
]
|