mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
allow supervisord to start if pid file is stale
This commit is contained in:
@@ -91,7 +91,7 @@ def stop_existing_supervisord_process():
|
|||||||
proc.terminate()
|
proc.terminate()
|
||||||
proc.wait()
|
proc.wait()
|
||||||
except Exception:
|
except Exception:
|
||||||
raise
|
pass
|
||||||
try:
|
try:
|
||||||
PID_FILE.unlink()
|
PID_FILE.unlink()
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
|||||||
Reference in New Issue
Block a user