File: twisted_runner.py

package info (click to toggle)
twisted-runner 10.1.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 156 kB
  • ctags: 170
  • sloc: python: 752; makefile: 102; ansic: 37
file content (10 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Copyright (c) 2010 Twisted Matrix Laboratories.
# See LICENSE for details.

from twisted.application.service import ServiceMaker

TwistedProcmon = ServiceMaker(
    "Twisted Process Monitor",
    "twisted.runner.procmontap",
    ("A process watchdog / supervisor"),
    "procmon")