Implementing Services
Simple to implement Services in Python
- Smallest service is around 16 lines of code!
- Includes debug support, self-installation, and fully controllable from Windows NT
- Few more lines needed to make it something useful :-)
Simply sub-class Service base-class, and implement control features
- Minimum required is StopService
- Trivial to implement most controls