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

9 lines
134 B
Text
Raw Normal View History

2015-10-09 19:41:56 +00:00
#! /bin/bash
echo 'Starting log rotation worker'
cd /
venv/bin/python -m workers.logrotateworker
echo 'Log rotation worker exited'