8 lines
No EOL
155 B
Bash
Executable file
8 lines
No EOL
155 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo 'Starting webhook worker'
|
|
|
|
cd /
|
|
venv/bin/python -m workers.webhookworker --log=/mnt/logs/webhookworker.log
|
|
|
|
echo 'Webhook worker exited' |