role_based_system/venv/Lib/site-packages/twisted/plugins/twisted_runner.py

12 lines
280 B
Python
Raw Normal View History

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