mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 04:26:36 +00:00
Create huey-database/run
This commit is contained in:
parent
c1159088e5
commit
2b0d3db90a
5
config/root/etc/s6-overlay/s6-rc.d/huey-database/run
Normal file
5
config/root/etc/s6-overlay/s6-rc.d/huey-database/run
Normal file
@ -0,0 +1,5 @@
|
||||
#!/command/with-contenv bash
|
||||
|
||||
exec nice -n "${TUBESYNC_NICE:-1}" s6-setuidgid app \
|
||||
/usr/bin/python3 /app/manage.py djangohuey \
|
||||
--queue database
|
Loading…
Reference in New Issue
Block a user