@julian I tried that route, and it still didn't work:
-rw-r--r--. 1 redis redis 63122 Mar 6 13:56 /path/to/redis/redis.conf
redis.service: (changed the path to my redis.conf)
ExecStart=/usr/bin/redis-server /path/to/redis/redis.conf --supervised systems
After changing the redis service file:
systemctl daemon-reload
systemctl start/restart redis
● redis.service - Redis persistent key-value database
Loaded: loaded (/usr/lib/systemd/system/redis.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/redis.service.d
└─limit.conf
Active: failed (Result: exit-code) since Thu 2024-03-07 16:18:06 EST; 7s ago
Process: 3672598 ExecStop=/usr/libexec/redis-shutdown (code=exited, status=0/SUCCESS)
Process: 3672869 ExecStart=/usr/bin/redis-server /path/to/redis/redis.conf --supervised systemd (code=exited, status=1/FAILURE)
Main PID: 3672869 (code=exited, status=1/FAILURE)
Mar 07 16:18:06 my-lab systemd[1]: Starting Redis persistent key-value database...
Mar 07 16:18:06 my-lab redis-server[3672869]: 3672869:C 07 Mar 2024 16:18:06.355 # Fatal error, can't open config file '/path/to/redis/redis.conf'
Mar 07 16:18:06 my-lab systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Mar 07 16:18:06 my-lab systemd[1]: redis.service: Failed with result 'exit-code'.
Mar 07 16:18:06 my-lab systemd[1]: Failed to start Redis persistent key-value database.