add user to libvirt group also

This commit is contained in:
catborise 2024-02-28 08:15:02 +03:00
parent a048adef8e
commit d8fe9c2f64
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ create_user () {
fi
usermod -a -G "$nginx_group" "$APP_USER"
usermod -a -G libvirt "$nginx_group"
}
run_as_app_user () {