summaryrefslogtreecommitdiffstats
path: root/audio-players/mpd/init.d/mpd
blob: 251e79d71262ded8445b8fce360bf0425ced10ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

PROGRAM=/usr/bin/mpd
ARGS="/etc/sysconfig/mpd"
RUNLEVEL=3
NEEDS=""
MPD_DB="$(grep db_file /etc/sysconfig/mpd | cut -d \" -f 2)"

[[ -z $MPD_DB ]] && ARGS="$ARGS --create-db"

. /etc/init.d/smgl_init