4 lines
118 B
Bash
Executable file
4 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
|
|
systemctl is-active libvirtd | grep -q inactive && pkexec systemctl start libvirtd
|
|
/usr/bin/virt-manager
|