1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

fix centos 8 bootstrap script to handle new libvirt start mechanism

This commit is contained in:
catborise 2021-01-25 16:53:09 +03:00
parent 47331ba08f
commit 59af676f68
4 changed files with 40 additions and 25 deletions

View file

@ -22,7 +22,7 @@
How to update <code>gstfsd</code> daemon on hypervisor:
```bash
wget -O - https://clck.ru/9VMRH | sudo tee -a /usr/local/bin/gstfsd
wget -O - https://bit.ly/2NAaWXG | sudo tee -a /usr/local/bin/gstfsd
sudo service supervisor restart
```
@ -86,7 +86,7 @@ sudo service supervisor restart
Setup libvirt and KVM on server
```bash
wget -O - https://clck.ru/9V9fH | sudo sh
wget -O - https://bit.ly/36baWUu | sudo sh
```
Done!!