path: dnssec-trigger_0.17+repack-5.3/dnssec-trigger-script.in
        elif self.client.get_version() >= '1.0.3':
            log.debug("Sending SIGHUP to NM to rewrite the resolv.conf")
            nm_pids = pidof('NetworkManager')
            for pid in nm_pids:
                os.kill(pid, signal.SIGHUP)
