CC-2375: Liquidsoap cannot access the ALSA device

-fixed
This commit is contained in:
martin 2011-06-07 14:34:14 -04:00
parent 97f297a6eb
commit 7d51a04082
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ exec 2>&1
cd /usr/lib/airtime/pypo/bin/scripts
export PYTHONPATH=${api_client_path}
#su ${ls_user} -c "${ls_path} ${ls_param}" 2>&1
setuidgid ${ls_user} ${ls_path} ${ls_param}
#setuidgid does not allow Liquidsoap to access the ALSA device!!! Do NOT use!
su ${ls_user} -c "${ls_path} ${ls_param}" 2>&1
# EOF