lib/templates/config/miu.god in miu-0.0.3 vs lib/templates/config/miu.god in miu-0.0.4

- old
+ new

@@ -1,13 +1,13 @@ # vim: ft=ruby require 'miu' -God.port = 30300 +God.port = Miu.default_god_port God.pid_file_directory = Miu.root.join('tmp/pids') God.watch do |w| w.dir = Miu.root w.log = Miu.root.join('log/fluentd.log') w.name = 'fluentd' - w.start = 'bundle exec fluentd -c config/fluent.conf' + w.start = "bundle exec fluentd -c #{Miu.default_fluent_config}" w.keepalive end