mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
18 lines
327 B
Plaintext
18 lines
327 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|