Skip to content

Commit

Permalink
Trying to fix strange systemd error in chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio committed Aug 2, 2015
1 parent d802dad commit 277382f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/volumioconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ chmod 777 /var/lib/mpd/tag_cache
chmod 777 /var/lib/mpd/playlists

echo "Adding Volumio Parent Service to Startup"
systemctl enable volumio.service
#systemctl enable volumio.service
ln -s /lib/systemd/system/volumio.service /etc/systemd/system/multi-user.target.wants/volumio.service

echo "Setting Mpd to SystemD instead of Init"
update-rc.d mpd remove
Expand Down

0 comments on commit 277382f

Please sign in to comment.