mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:59 +02:00
here, the attempt to log the fact that the session succeeded caused the daemon to crash (!)
This commit is contained in:
@@ -32,7 +32,7 @@ ps = r.pubsub()
|
||||
debug = "debug" in sys.argv
|
||||
clean_shutdown = False
|
||||
|
||||
from daemon_common import signal_handler
|
||||
from daemon_common import signal_handler, short
|
||||
|
||||
signal.signal(signal.SIGTERM, signal_handler)
|
||||
signal.signal(signal.SIGINT, signal_handler)
|
||||
|
||||
Reference in New Issue
Block a user