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