****I am trying to install Redis on CentOS 7 and was successfully installed in 2 VMs. However, when I try to install and start the Redis service - I am faced with the error below: -- The result is failed. Aug 27 13:31:27 linuxbsivm03 systemd[1]: Unit redis_6381.service entered failed state. Aug 27 13:31:27 linuxbsivm03 systemd[1]: redis_6381.service failed. Aug 27 13:31:27 linuxbsivm03 polkitd[543]: Unregistered Authentication Agent for unix-process:119532:132602096 (system bus name :1.5326, object path /org/freedesktop/PolicyKit1/Authenticatio Aug 27 13:31:28 linuxbsivm03 polkitd[543]: Registered Authentication Agent for unix-process:119547:132602228 (system bus name :1.5327 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object p Aug 27 13:31:28 linuxbsivm03 systemd[1]: Starting SYSV: Redis is persistent key-value database... -- Subject: Unit redis_6381.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit redis_6381.service has begun starting up. Aug 27 13:31:28 linuxbsivm03 redis_6381[119553]: Starting Redis server... Aug 27 13:31:28 linuxbsivm03 runuser[119558]: pam_unix(runuser:session): session opened for user redis by (uid=0) Aug 27 13:31:28 linuxbsivm03 redis_6381[119553]: 119560:C 27 Aug 2019 13:31:28.444 # Fatal error, can't open config file '/etc/redis/6381.conf' Aug 27 13:31:28 linuxbsivm03 runuser[119558]: pam_unix(runuser:session): session closed for user redis Aug 27 13:31:28 linuxbsivm03 systemd[1]: redis_6381.service: control process exited, code=exited status=1 Aug 27 13:31:28 linuxbsivm03 redis_6381[119553]: [FAILED] Aug 27 13:31:28 linuxbsivm03 systemd[1]: Failed to start SYSV: Redis is persistent key-value database. -- Subject: Unit redis_6381.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit redis_6381.service has failed. --

The "daemonize" in the /etc/redis/conf file has been set to "yes" and the error persists...

Could someone suggest if they came across a similar scenario? I searched and found similar situations when the problem was fixed by setting "daemonize" to "yes" in the conf file... but unfortunately that didn't help here!****

Comment From: yossigo

Running the latest version of Redis with systemd, you'll need to have Redis built with systemd support and configured with daemonize no, supervised auto. On the systemd unit file, you need to use Type=notify. Please re-open with new details if there's still a problem.