摘要: vim /etc/rc.local#!/bin/sh## This script will be executed *after* all the other init scripts.# You can put your ow... 阅读全文
posted @ 2017-05-15 11:38 陆陆通通 阅读(169) 评论(0) 推荐(0)
摘要: 进入这个目录: cd /etc/init.d/ 在此目录下创建redis脚本 vim redis 把下边的内容拷贝到redis文件中,然后保存###########################PATH=/usr/lo... 阅读全文
posted @ 2017-05-15 11:31 陆陆通通 阅读(132) 评论(0) 推荐(0)