add cache conf file

This commit is contained in:
Daniel Eisenberg
2023-10-05 15:16:58 +03:00
parent da911582a5
commit fd1a77628e
3 changed files with 8 additions and 7 deletions

View File

@@ -1,9 +1,3 @@
execute_process (
COMMAND sh -c "find / -name \"redis.conf\""
OUTPUT_VARIABLE redis_conf_path
OUTPUT_STRIP_TRAILING_WHITESPACE
)
execute_process (
COMMAND sh -c "which redis-server"
OUTPUT_VARIABLE redis_server_path