8 stat_busy
"Starting Music Player Daemon"
9 [ ! -d /var
/run
/mpd
] && install -d -g 45 -o 45 /var
/run
/mpd
10 /usr
/bin
/mpd
/etc
/mpd.conf
&> /dev
/null
19 stat_busy
"Stopping Music Player Daemon"
20 /usr
/bin
/mpd
--kill /etc
/mpd.conf
&> /dev
/null
29 stat_busy
"Creating mpd's database ..."
30 logpath
="/var/log/mpd/mpd.db-creation"
31 /usr
/bin
/mpd
--create-db /etc
/mpd.conf
> $logpath \
32 && stat_busy
"Output written to $logpath"
41 echo "usage: $0 {start|stop|restart|create-db}"