Skip to content

Commit

Permalink
fix redis permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed May 29, 2012
1 parent 9eb6d25 commit db65fdd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/redis/redis2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@ class Redis2 < DebianFormula

name 'redis2-server'
section 'database'
version '2.2.5+github1'
version '2.2.5+github2'
description 'An advanced key-value store.'

conflicts 'redis-server'

config_files \
'/etc/redis/redis.conf'

requires_user 'redis',
:home => '/var/lib/redis',
:remove => false,
:chown => [
'/var/log/redis',
'/var/lib/redis',
]

def patches
'fix-link-ordering.patch'
end
Expand Down

0 comments on commit db65fdd

Please sign in to comment.