Centos开机自启动redis

前端之家收集整理的这篇文章主要介绍了Centos开机自启动redis前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

原文链接http://my.oschina.net/indestiny/blog/197272?p={{page}}

[html] view plain copy
  1. #BydefaultRedisdoesnotrunasadaemon.Use'yes'ifyouneedit.
  2. #NotethatRediswillwriteapidfilein/var/run/redis.pidwhendaemonized.
  3. daemonizeyes

  • 编写脚本,vim /etc/init.d/redis:

  • 执行权限:
    • 开机自启动:
    原文链接:https://www.f2er.com/centos/380992.html

    猜你在找的CentOS相关文章