huji0624 / luckydaemon

a python daemon wrapper.

Repository from Github https://github.comhuji0624/luckydaemonRepository from Github https://github.comhuji0624/luckydaemon

luckydaemon

a python daemon wrapper.

1.clone luckydaemon to your dir.

2.create a daemon program.

  
  #/usr/bin/python

from luckydaemon.appshell import Appshell

class SomeDaemonApp(Appshell):
        def runShell(self):
                print "hhh"

pt = SomeDaemonApp()
pt.start()

 

About

a python daemon wrapper.

License:MIT License


Languages

Language:Python 100.0%