mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
only members of group audio can play sound
This commit is contained in:
parent
acdeb235f9
commit
2295d825cd
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
|||
ynh_script_progression --message="Recreating the dedicated system user..." --weight=1
|
||||
|
||||
# Create the dedicated user (if not existing)
|
||||
ynh_system_user_create --username="$app" --home_dir="$final_path" --use_shell
|
||||
ynh_system_user_create --username="$app" --home_dir="$final_path" --use_shell --groups="audio"
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE APP MAIN DIR
|
||||
|
|
Loading…
Add table
Reference in a new issue