Add a cleanup worker for blob uploads

This commit is contained in:
Joseph Schorr 2017-03-16 13:36:59 -04:00
parent ce7a9d550d
commit e25c989fef
4 changed files with 102 additions and 1 deletions

View 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