summarylogtreecommitdiffstats
path: root/qemu-guest-agent.install
blob: 0928e0bb84983f66fdf6405390d1af660d0de784 (plain)
1
2
3
4
5
6
post_upgrade() {
    echo "qemu-ga.service was renamed to qemu-guest-agent.service"
    echo "You might want to switch to the new service name:"
    echo "# systemctl disable qemu-ga.service"
    echo "# systemctl enable qemu-guest-agent.service"
}