diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2014-12-24 19:58:06 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-12-25 02:10:31 -0600 |
commit | 6b53a9d5b80de7743bdcdd900fc569b0237c6fe2 (patch) | |
tree | dc752c6d501bed762e97beb57916d35cb54dc4fc /libraries/libvirt | |
parent | 03b99daef99b9dcf3e4736f448e12a58a8d90561 (diff) | |
download | slackbuilds-6b53a9d5b80de7743bdcdd900fc569b0237c6fe2.tar.gz |
libraries/libvirt: add comments re VIRTUSERS group wrt qemu
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libvirt')
-rw-r--r-- | libraries/libvirt/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/libvirt/README b/libraries/libvirt/README index 790872061d..254024caa2 100644 --- a/libraries/libvirt/README +++ b/libraries/libvirt/README @@ -8,6 +8,8 @@ libs in place will build the respective features automatically. The group can be specified at build time like this: VIRTGROUP=somegroup ./libvirt.SlackBuild (default: users) +You'll want to keep this in sync with what qemu uses (it also +defaults to the "users" group). If you want to start the libvirt daemon at boot, add this to /etc/rc.d/rc.local |