def start(self): """Starts the service""" try: sh.start(self.name) except: self.lgr.info('Service already started.')
def ui_command_start_services(self): return sh.start("solarsan")