5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
#!/bin/sh
|
||
|
[ -r conf ] && . ./conf
|
||
|
# install -d -m 0755 -o mpd -g mpd /run/mpd
|
||
|
exec mpd --no-daemon ${OPTS:-}
|