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