Add a cleanup worker for blob uploads
This commit is contained in:
parent
ce7a9d550d
commit
e25c989fef
4 changed files with 102 additions and 1 deletions
7
conf/init/service/blobuploadcleanupworker/log/run
Executable file
7
conf/init/service/blobuploadcleanupworker/log/run
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Ensure dependencies start before the logger
|
||||
sv check syslog-ng > /dev/null || exit 1
|
||||
|
||||
# Start the logger
|
||||
exec logger -i -t blobuploadcleanupworker
|
Reference in a new issue