aboutsummaryrefslogtreecommitdiff
path: root/mpd/profile.d/mpd.sh
blob: daa55af6721acb3811e78ce4af4de26b299e1eff (plain) (blame)
1
2
3
# Start an mpd process if one isn't already running
command mpd >/dev/null 2>&1 || return
[ -s "$HOME"/.mpd/pid ] || mpd