# Disable convergence for the Extract drivers package

Go to the Medulla server.

Edit the files:

- /etc/pulse-xmpp-agent-substitute/registeryagent.ini
- /etc/pulse-xmpp-agent-substitute/registeryagent.ini.local

Modify the relevant parameter:

```
[extractdrivers] 
# Add the ability to enable or disable the extraction driver mechanism
# Accepted values: 0, false, False
# Accepted values: 1, true, True
activate=0
```

Save the files.

Restart the service:

```bash
systemctl restart pulse-xmpp-master-substitute-registration.service
```