Skip to content

Commit

Permalink
libvirtd*: Update README
Browse files Browse the repository at this point in the history
See: #18
Co-authored-by: Shawn A Hensley <[email protected]>
  • Loading branch information
travier and sahensley committed Nov 29, 2024
1 parent 13703d1 commit ab1671b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions libvirtd-desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
```
- Optional: Copy the default libvirtd config (note that it won't be updated automatically):
```
$ sudo cp -a /usr/etc/libvirtd /etc/
$ sudo cp -a /usr/etc/libvirt /etc/
```
- Optional: Setup auth via polkit (example):
```
Expand All @@ -25,7 +25,8 @@
}
});
```
- Enable libvirtd:
- Enable libvirtd (via virtqemud & virtnetworkd):
```
$ sudo systemctl enable --now libvirtd
$ sudo systemctl enable --now virtqemud.socket virtnetworkd.socket
```
- For an unknown reason yet, you will have to start them manually on each boot.
7 changes: 4 additions & 3 deletions libvirtd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
```
- Optional: Copy the default libvirtd config (note that it won't be updated automatically):
```
$ sudo cp -a /usr/etc/libvirtd /etc/
$ sudo cp -a /usr/etc/libvirt /etc/
```
- Optional: Setup auth via polkit (example):
```
Expand All @@ -25,7 +25,8 @@
}
});
```
- Enable libvirtd:
- Enable libvirtd (via virtqemud & virtnetworkd):
```
$ sudo systemctl enable --now libvirtd
$ sudo systemctl enable --now virtqemud.socket virtnetworkd.socket
```
- For an unknown reason yet, you will have to start them manually on each boot.

0 comments on commit ab1671b

Please sign in to comment.