mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
add LOCK_FILE constant
This commit is contained in:
parent
1dc22ba464
commit
cd89f39f62
1 changed files with 3 additions and 0 deletions
|
|
@ -109,3 +109,6 @@ FORCE_INTERACTIVE_FLAG = "--force-interactive"
|
|||
|
||||
EFF_SUBSCRIBE_URI = "https://supporters.eff.org/subscribe/certbot"
|
||||
"""EFF URI used to submit the e-mail address of users who opt-in."""
|
||||
|
||||
LOCK_FILE = "/tmp/.certbot.lock"
|
||||
"""Global lockfile to stop multiple Certbot instances from running at once."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue