mirror of
https://github.com/retspen/webvirtcloud
synced 2025-01-27 07:35:19 +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
|
fi
|
||||||
|
|
||||||
usermod -a -G "$nginx_group" "$APP_USER"
|
usermod -a -G "$nginx_group" "$APP_USER"
|
||||||
|
usermod -a -G libvirt "$nginx_group"
|
||||||
}
|
}
|
||||||
|
|
||||||
run_as_app_user () {
|
run_as_app_user () {
|
||||||
|
|
Loading…
Reference in a new issue