mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-02-10 20:44:31 +08:00
allow supervisord to start if pid file is stale
This commit is contained in:
parent
cecca8d169
commit
a13f71a86c
@ -91,7 +91,7 @@ def stop_existing_supervisord_process():
|
||||
proc.terminate()
|
||||
proc.wait()
|
||||
except Exception:
|
||||
raise
|
||||
pass
|
||||
try:
|
||||
PID_FILE.unlink()
|
||||
except FileNotFoundError:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user