File: twisted_runner.py

package info (click to toggle)
twisted-runner 12.0.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 164 kB
  • sloc: python: 749; makefile: 105; ansic: 37
file content (10 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
# Copyright (c) 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")