1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/decidim_ynh.git synced 2024-09-03 18:26:00 +02:00
decidim_ynh/conf/delayed_job_cron.sh
lapineige b02c38d3ac
V2
2023-06-25 18:01:01 +02:00

5 lines
No EOL
145 B
Bash

#!/bin/bash
if ! [ -s __INSTALL_DIR__/live/tmp/pids/delayed_job.pid ]; then
RAILS_ENV=production __INSTALL_DIR__/live/bin/delayed_job start
fi