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

5 lines
145 B
Bash
Raw Normal View History

2022-05-05 16:47:03 +02:00
#!/bin/bash
2023-04-21 11:51:03 +02:00
if ! [ -s __INSTALL_DIR__/live/tmp/pids/delayed_job.pid ]; then
RAILS_ENV=production __INSTALL_DIR__/live/bin/delayed_job start
2022-05-05 16:47:03 +02:00
fi