Merge pull request #656 from tcely/patch-12

Set a default nice level
This commit is contained in:
meeb 2025-01-28 16:07:17 +11:00 committed by GitHub
commit ee5211f8b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
#!/command/with-contenv bash
exec s6-setuidgid app \
exec nice -n "${TUBESYNC_NICE:-1}" s6-setuidgid app \
/usr/bin/python3 /app/manage.py process_tasks