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