Common Commands
Ensure that the libvirt process is running properly before running the following commands.
- Start vas-daemon.
systemctl start vas-daemon
- Stop vas-daemon.
systemctl stop vas-daemon
- Restart vas-daemon.
systemctl restart vas-daemon
- Query the vas-daemon service status.
systemctl status vas-daemon
- Check whether automatic startup is enabled for vas-daemon.
systemctl is-enabled vas-daemon
- Disable automatic startup of vas-daemon.
systemctl disable vas-daemon
Parent topic: Feature Installation