mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
This splits out the single daemon into four different daemons (for makechallenge, testchallenge, and issue, and for logging), switches all but the logging daemon to no longer use pubsub (but instead use brpop, which is a blocking queue pop), and tracks the number of times that a given session has been tested (limited to 3). There are also new scripts to try to start and stop all the daemons with a single command.
8 lines
157 B
Bash
Executable File
8 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
|
|
redis-cli lpush exit exit
|
|
redis-cli publish exit clean-exit
|
|
|
|
# TODO: sleep a bit and then actually kill the daemon processes if they
|
|
# don't exit
|