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
Éric Gaspar 37dae955f8 v2
2023-04-21 11:51:03 +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