Add libvirt-qemu user in package libvirt
Lack of such user causes the service to fail as it strictly looks for this username.
This commit is contained in:
@@ -39,3 +39,4 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
os.system("groupadd libvirt")
|
||||
#os.system("usermod -G libvirt %s" % os.getusername())
|
||||
os.system("usermod -G libvirt %s" % getpass.getuser())
|
||||
os.system("useradd -MG libvirt libvirt-qemu")
|
||||
|
||||
Reference in New Issue
Block a user