summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/mpd/run
blob: c4bd347f05e06632ab5fd4417c4d09333471fc96 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "Starting mpd"


exec 2>&1
exec /usr/bin/mpd --no-daemon --stdout 2>&1