memcached 开机启动 (Ubuntu)

Posted Anonymous

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了memcached 开机启动 (Ubuntu)相关的知识,希望对你有一定的参考价值。

 

1. 编译安装 memcached 见官方网站 http://memcached.org

2. 编写开机启动脚本 memcached (最简化版)

#!/bin/sh
memcached -d -m 1024 -u root -l 127.0.0.1 -p 11211 -c 2048 -P /tmp/memcached.pid

3. 将其放在 /etc/init.d,更改权限,安装到系统初始化脚本,

$ sudo cp memcached /etc/init.d
$ cd /etc/init.d
$ sudo chmod 755 memcached
$ sudo update-rd.c memcached defaults
$ sudo reboot

4. 开机检查状态

$ systemctl status memcached.service

 

(完)

 

以上是关于memcached 开机启动 (Ubuntu)的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 7使用dnf安装Memcached以及启动停止开机启动等设置

Ubuntu中怎样添加开机启动项

Centos 6.5 安装memcached

ubuntu开机显示的代码是啥意思

Ubuntu下添加服务开机启动

ubuntu下,怎么设置开机启动项