From acdeb235f986e22ff04749315817014564546b32 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Sat, 31 Jul 2021 20:30:53 +0200 Subject: [PATCH] only members of group audio can play sound --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2e7aff6..303f0eb 100755 --- a/scripts/install +++ b/scripts/install @@ -75,7 +75,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies ynh_script_progression --message="Configuring system user..." # Create a system user -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" #================================================= # INSTALL MOPIDY IN PYTHON ENVIRONMENT