mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
add user to libvirt group also
This commit is contained in:
parent
a048adef8e
commit
d8fe9c2f64
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ create_user () {
|
|||
fi
|
||||
|
||||
usermod -a -G "$nginx_group" "$APP_USER"
|
||||
usermod -a -G libvirt "$nginx_group"
|
||||
}
|
||||
|
||||
run_as_app_user () {
|
||||
|
|
Loading…
Reference in a new issue