当前位置: 首页 > 图文教程 > 服务器 > Linux服务器 > SUSELinuxsubversion服务器自启动
Linux服务器 中的 SUSELinuxsubversion服务器自启动
...SVNSERVE_BIN=/usr/bin/svnserve...SVNSERVE_CONFIG=/etc/sysconfig/svnserve....$SVNSERVE_CONFIG...case"$1"instart)echo-n"Startingsvnserve"##Startdaemonwithstartproc(8).Ifthisfails##thereturnvalueissetappropriatelybystartproc.startproc-u"$SVNSERVE_USERID"-g"$SVNSERVE_GROUPID"-e$SVNSERVE_BIN$SVNSERVE_OPTIONS...
评论 (0) All