Skip to content

Commit

Permalink
fix conf file path
Browse files Browse the repository at this point in the history
as documented here, archlinux puts the redis.conf into /etc/redis

https://archlinux.org/packages/extra/x86_64/redis/

it also puts redis-sentinel conf there, by the way, as sentinel.conf
  • Loading branch information
whysthatso authored Aug 30, 2023
1 parent d952dc4 commit c8e660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/Archlinux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
__redis_package: redis
redis_daemon: redis
redis_conf_path: /etc/redis.conf
redis_conf_path: /etc/redis/redis.conf

0 comments on commit c8e660c

Please sign in to comment.