#!/bin/bash
# Restart Kamailio when the /etc/ssl/certs/ca-certificates.crt
# has been changed by the update-ca-certificates script.

/bin/systemctl restart kamailio.service || true

