Sha256: f26558c8788e5b1acd5c9e6a9028d9a1c6e6c4d630514ef2f9aefd99739a6b0f
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
# vim: ft=ruby require 'miu' 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 #{Miu.default_fluent_config}" w.keepalive end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
miu-0.0.4 | lib/templates/config/miu.god |