码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-06-07 16:13:20      阅读:200      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!