Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib64/python3.7/site-packages/twisted/plugins/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/site-packages/twisted/plugins/twisted_runner.py

# 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")