Skip to content

Commit

Permalink
$logfile support for redhat
Browse files Browse the repository at this point in the history
  • Loading branch information
fizmat committed Apr 25, 2014
1 parent 2f5cf83 commit 6a55417
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
end
result << '-t ' + @processorcount
if @logfile
result << '>> ' + @logfile + ' 2>&1'
end
-%><%= result.join(' ') -%>"

0 comments on commit 6a55417

Please sign in to comment.