mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Configure delayed job logging, add startup script for monit
This commit is contained in:
6
script/delayed_job.sh
Normal file
6
script/delayed_job.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export HOME="/home/openfoodweb"
|
||||
export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH"
|
||||
|
||||
$HOME/apps/openfoodweb/current/script/delayed_job $@
|
||||
Reference in New Issue
Block a user