码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu12.04添加开机启动程序(开机启动svn服务)

时间:2014-12-11 16:08:08      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:style   ar   color   sp   on   文件   art   bs   ef   

环境:ubuntu12.04

在/etc/init.d目录建立一个脚本文件svnd.sh

cd /etc/init.d

touch svnd.sh

chmod +x svnd.sh

vim svnd.sh

输入如下内容:

#!/bin/bash

#svnserve startup

svnserve -d -r /ysh/svn


更新修改权限:

update-rc.d svnd.sh defaults

ubuntu12.04添加开机启动程序(开机启动svn服务)

标签:style   ar   color   sp   on   文件   art   bs   ef   

原文地址:http://my.oschina.net/ysh3940/blog/355028

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!