summarylogtreecommitdiffstats
path: root/redis.install
blob: dfd5fd1b106881c3ee5f29c1acf87effd1bac945 (plain)
1
2
3
4
5
6
post_install() {
  install -dm700 var/lib/redis-x32
  chown redis:redis var/lib/redis-x32

}