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