mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
6 lines
195 B
Bash
6 lines
195 B
Bash
|
#!/usr/bin/env bash
|
||
|
# Wrapper script used by supervisord to first clear task locks before starting the background task processor
|
||
|
|
||
|
python manage.py clean_tasks
|
||
|
exec python manage.py process_tasks
|