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
2022-05-05 16:47:03 +02:00

5 lines
No EOL
141 B
Bash

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