lib/recipes/centos/backgroundjob.rb in capitate-0.2.15 vs lib/recipes/centos/backgroundjob.rb in capitate-0.3.1
- old
+ new
@@ -23,12 +23,9 @@
<dd class="default">Defaults to @\#{shared_path}/logs/bj.log@</dd>
</dl>
"Source":#{link_to_source(__FILE__)}
DESC
task :setup do
-
-
-
# Settings
fetch_or_default(:backgroundjob_pid_path, "#{shared_path}/pids/bj.pid")
fetch_or_default(:backgroundjob_log_path, "#{shared_path}/log/bj.log")
default_bin_path = "#{current_path}/script/bj run --forever --rails_env=production --rails_root=#{current_path} \
\ No newline at end of file