We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a55cb00 + 1139708 commit 970afe9Copy full SHA for 970afe9
scripts/xe-switch-network-backend
@@ -60,10 +60,10 @@ fi
60
61
if [ "$new" = "openvswitch" ] ; then
62
echo "Enabling openvswitch daemon"
63
- chkconfig --add openvswitch
+ systemctl enable openvswitch.service openvswitch-xapi-sync.service
64
else
65
echo "Disabling openvswitch daemon"
66
- chkconfig --del openvswitch
+ systemctl disable openvswitch.service openvswitch-xapi-sync.service
67
fi
68
69
echo "Configure system for $new networking"
0 commit comments