Skip to content

Commit 40f4b69

Browse files
committed
doc comment
Signed-off-by: Adrian Edwards <adredwar@redhat.com>
1 parent 40d9ff8 commit 40f4b69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

augur/application/service_manager.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313

1414
class AugurServiceManager:
15+
""" Provides a storage space for references to the various components of augur
16+
This enables them to all be properly shut down in the event a shutdown signal (SIGINT - AKA ctrl-c, or SIGTERM) is received
17+
"""
1518
def __init__(self, ctx, pidfile, disable_collection):
1619
self.ctx = ctx
1720
self.pidfile = pidfile

0 commit comments

Comments
 (0)