mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 04:03:06 +00:00
allow supervisord to start if pid file is stale
This commit is contained in:
parent
cecca8d169
commit
a13f71a86c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def stop_existing_supervisord_process():
|
|||
proc.terminate()
|
||||
proc.wait()
|
||||
except Exception:
|
||||
raise
|
||||
pass
|
||||
try:
|
||||
PID_FILE.unlink()
|
||||
except FileNotFoundError:
|
||||
|
|
Loading…
Reference in a new issue