Skip to content

Commit

Permalink
explictily start mpd
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin committed Nov 6, 2023
1 parent c6ea49c commit 435ca8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/installscripts/buster-install-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,11 @@ install_main() {
sudo sed -i "s%/home/pi%${HOME_DIR}%g" "${mpd_conf}"
sudo chown mpd:audio "${mpd_conf}"
sudo chmod 640 "${mpd_conf}"

# start mpd
echo "Starting mpd service..."
sudo service mpd restart
sudo systemctl enable mpd
fi

# set which version has been installed
Expand Down

0 comments on commit 435ca8b

Please sign in to comment.