dotfiles/.config/sv/mpd/run

5 lines
109 B
Plaintext
Raw Normal View History

2022-01-28 14:08:27 +01:00
#!/bin/sh
[ -r conf ] && . ./conf
# install -d -m 0755 -o mpd -g mpd /run/mpd
exec mpd --no-daemon ${OPTS:-}