blob: 121b7d4109db1cac523ea170d5cf06ee7f8750e6 [file] [log] [blame]
# 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")