首页 > 其他 > 详细

设置开机启动时指定非ROOT用户执行相应的脚本

时间:2016-06-07 16:11:34      阅读:227      评论:0      收藏:0      [点我收藏+]
 1 [root@MSJTVL-MJSP-A01 sm01]# vim /etc/rc.d/rc.local
 2 
 3 #!/bin/sh
 4 #
 5 # This script will be executed *after* all the other init scripts.
 6 # You can put your own initialization stuff in here if you dont
 7 # want to do the full Sys V style init stuff.
 8 
 9 touch /var/lock/subsys/local
10 su tomcat -c "/opt/tomcat/start.sh" --把要执行的命令作为一个参数传递级su

启动时指定非ROOT用户执行相应的脚本。

设置开机启动时指定非ROOT用户执行相应的脚本

原文:http://www.cnblogs.com/tian880820/p/5567198.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!