Changes between Version 8 and Version 9 of kvm-manager
- Timestamp:
- Jun 26, 2018, 2:16:38 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kvm-manager
v8 v9 22 22 23 23 * Start a guest: `systemctl start kvm@$guest.service` 24 * Stop a guest: `systemctl stop kvm@$guest.service` ( command will wait until service exits)24 * Stop a guest: `systemctl stop kvm@$guest.service` (be patient! The command will not return until the guest is fully shutdown or 1 min 30 seconds passes and it gets killed) 25 25 * Enable a guest to start at boot time: `systemctl enable kvm@$guest.service` 26 26 * Prevent a guest from starting at boot time: `systemctl disable kvm@$guest.service`