Skip to content

Commit

Permalink
Merge pull request redhat-openstack#39 from fizmat/redhat_logging
Browse files Browse the repository at this point in the history
$logfile support for redhat
  • Loading branch information
saz committed Jun 22, 2014
2 parents 5437c3a + 6a55417 commit 3041b16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/memcached_sysconfig.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ if @item_size
result << '-I ' + @item_size.to_s
end
result << '-t ' + @processorcount
if @logfile
result << '>> ' + @logfile + ' 2>&1'
end
-%><%= result.join(' ') -%>"

0 comments on commit 3041b16

Please sign in to comment.