microproduct/atmosphericDelay-s1a/ISCEApp/site-packages/twisted/plugins/twisted_runner.py

11 lines
278 B
Python
Raw Normal View History

2024-12-18 03:03:53 +00:00
# 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")