Allow apache user alsa access
This commit is contained in:
parent
2350650e26
commit
e2fd3b00f3
|
@ -39,6 +39,8 @@ Vagrant.configure("2") do |config|
|
||||||
rm ${alsa_deb}
|
rm ${alsa_deb}
|
||||||
sudo DEBIAN_FRONTEND=noninteractive apt-get -y -m --force-yes install alsa
|
sudo DEBIAN_FRONTEND=noninteractive apt-get -y -m --force-yes install alsa
|
||||||
sudo usermod -a -G audio vagrant
|
sudo usermod -a -G audio vagrant
|
||||||
|
# liquidsoap runs as apache
|
||||||
|
sudo usermod -a -G audio www-data
|
||||||
SHELL
|
SHELL
|
||||||
config.vm.provision "shell", inline: "cd /vagrant; ./install -fIiapv --web-port=9080"
|
config.vm.provision "shell", inline: "cd /vagrant; ./install -fIiapv --web-port=9080"
|
||||||
config.vm.provision "shell", path: "docs/scripts/install.sh"
|
config.vm.provision "shell", path: "docs/scripts/install.sh"
|
||||||
|
|
Loading…
Reference in New Issue