CC-2375: Liquidsoap cannot access the ALSA device
-fixed
This commit is contained in:
parent
97f297a6eb
commit
7d51a04082
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue