Changes between Version 18 and Version 19 of jessie-stretch-upgrade
- Timestamp:
- Mar 13, 2018, 4:31:50 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jessie-stretch-upgrade
v18 v19 112 112 113 113 }}} 114 115 == KVM Manager == 116 117 On physical hosts, kvm-manager will start using systemd instead of runit to manage guests. 118 119 So, instead of commands like `sv stop <guest>` and `sv start <guest>`, in stretch we will use `systemctl start km@<guest>` and `systemctl stop km@<guest>` and `systemctl disable km@<guest>`. Note - we are using a systemd template file (/etc/systemd/system/km@.service) - that's why we have an @ sign in the service name - the part between the @ sign and the period is the name of the guest.