aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/alert-tracks-debian.ugly3
-rw-r--r--config/purge-varnish-debian.ugly3
2 files changed, 6 insertions, 0 deletions
diff --git a/config/alert-tracks-debian.ugly b/config/alert-tracks-debian.ugly
index ba186ebd8..2b52ad840 100644
--- a/config/alert-tracks-debian.ugly
+++ b/config/alert-tracks-debian.ugly
@@ -18,6 +18,9 @@ DAEMON_ARGS="--daemon TrackMailer.alert_tracks_loop"
PIDFILE=!!(*= $vhost_dir *)!!/alert-tracks.pid
LOGFILE=!!(*= $vhost_dir *)!!/logs/alert-tracks.log
DUSER=!!(*= $user *)!!
+# Set RAILS_ENV - not needed if using config/rails_env.rb
+# RAILS_ENV=your_rails_env
+# export RAILS_ENV
trap "" 1
diff --git a/config/purge-varnish-debian.ugly b/config/purge-varnish-debian.ugly
index 54f6e54de..af32650a8 100644
--- a/config/purge-varnish-debian.ugly
+++ b/config/purge-varnish-debian.ugly
@@ -18,6 +18,9 @@ DAEMON_ARGS="--daemon PurgeRequest.purge_all_loop"
PIDFILE=!!(*= $vhost_dir *)!!/purge-varnish.pid
LOGFILE=!!(*= $vhost_dir *)!!/logs/purge-varnish.log
DUSER=!!(*= $user *)!!
+# Set RAILS_ENV - not needed if using config/rails_env.rb
+# RAILS_ENV=your_rails_env
+# export RAILS_ENV
trap "" 1