Redis automatic shutdown on CentOS 7

I found this problem on myself.

Fresh install CentOS 7 with latest update and clean install Redis 4.10.0 then it automatic shutdown by log ‘Received SIGTERM scheduling shutdown’

Full log are

8570:signal-handler (1529821941) Received SIGTERM scheduling shutdown...
8570:M 24 Jun 13:32:21.211 # User requested shutdown...
8570:M 24 Jun 13:32:21.211 * Removing the pid file.
8570:M 24 Jun 13:32:21.211 # Redis is now ready to exit, bye bye...

Easy solution just change config daemonize to yes.

It working without automate shutdown.

Exit mobile version