This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/conf/init/service/logrotateworker/run
Jimmy Zelinskie e1f955a3f6 add a log rotation worker
Fixes #609.
2015-12-16 17:22:28 -05:00

8 lines
134 B
Bash
Executable file

#! /bin/bash
echo 'Starting log rotation worker'
cd /
venv/bin/python -m workers.logrotateworker
echo 'Log rotation worker exited'