From 55373d423401f3351dcdf61e5c462b5e5a01bebe Mon Sep 17 00:00:00 2001 From: Don Kingdon Date: Sun, 6 Oct 2024 02:36:39 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16436dd..eb80e39 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ Dependencies: sudo cp ~/redis-stable/redis.conf /etc/redis sudo nano /etc/redis/redis.conf search the document for "supervised" remove the # at the front of the line and change auto to systemd - supervised systemd + supervised systemd continue searching the document for "dir " change it to /var/lib/redis - dir /var/lib/redis + dir /var/lib/redis setup user, group, and directory sudo adduser --system --group --no-create-home redis sudo mkdir /var/lib/redis