Allow apache user alsa access

This commit is contained in:
Lucas Bickel 2017-03-07 16:16:03 +01:00
parent 2350650e26
commit e2fd3b00f3
1 changed files with 2 additions and 0 deletions

2
Vagrantfile vendored
View File

@ -39,6 +39,8 @@ Vagrant.configure("2") do |config|
rm ${alsa_deb}
sudo DEBIAN_FRONTEND=noninteractive apt-get -y -m --force-yes install alsa
sudo usermod -a -G audio vagrant
# liquidsoap runs as apache
sudo usermod -a -G audio www-data
SHELL
config.vm.provision "shell", inline: "cd /vagrant; ./install -fIiapv --web-port=9080"
config.vm.provision "shell", path: "docs/scripts/install.sh"