ansible-redis icon indicating copy to clipboard operation
ansible-redis copied to clipboard

Update redis / sentinel init script templates to create PIDDIR

Open zbal opened this issue 9 years ago • 1 comments

Similarly to Ubuntu, /var/run or /run on CentOS 7 is a tmpfs based file system and get emptied on reboot. Adding the creation step of that PIDDIR folder in the init scripts.

zbal avatar Mar 17 '16 03:03 zbal

@zbal Can you remove the commit to add Redis to the path? Since the issues have been addressed in the alternatives module, I can explore adding Redis to the path again that way.

DavidWittman avatar Mar 18 '16 21:03 DavidWittman