def stop(self):
     Daemon.stop(self)
 def __init__(self, path, stderr=None):
     Daemon.__init__(self, path, stderr=stderr)
     self.quit = False