e1f955a3f6
Fixes #609.
8 lines
134 B
Bash
Executable file
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'
|