mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 07:20:59 +02: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