mirror of
https://github.com/YunoHost-Apps/decidim_ynh.git
synced 2024-09-03 18:26:00 +02:00
5 lines
No EOL
141 B
Bash
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 |