Ejemplo n.º 1
0
 def stop(self):
     logging.info("Sched HTTP Service Terminated")
     Daemon.stop(self)
Ejemplo n.º 2
0
 def start(self):
     logging.info("Sched HTTP Service Started")
     Daemon.start(self)