def stop(self):
    """stop the the service"""
    if not self.init_script: return
    self.check_installed_or_exit()
    self.init_script.stop()