码迷,mamicode.com
首页 >  
搜索关键字:centos7编写自启动脚本    ( 1个结果
centos7编写自启动脚本
编写启动脚本:vimsrvd#!/bin/bashfunctionstart(){#启动命令}functionstop(){#停止命令}case"$1"instart)start;;stop)stop;;restart)stopstart;;*)echo"Usage:start|stop|restart";;esac加入系统启动文件夹:chmoda+xsrvdcp-arfsrvd/etc/init
分类:其他好文   时间:2018-05-21 12:24:37    阅读次数:189
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!