예제 #1
0
 def stop(self):
     logging.info("Sched HTTP Service Terminated")
     Daemon.stop(self)
예제 #2
0
 def start(self):
     logging.info("Sched HTTP Service Started")
     Daemon.start(self)