设置开机启动时指定非ROOT用户执行相应的脚本
Posted 蜡笔小兴
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置开机启动时指定非ROOT用户执行相应的脚本相关的知识,希望对你有一定的参考价值。
1 [[email protected] 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 don‘t 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用户执行相应的脚本的主要内容,如果未能解决你的问题,请参考以下文章
Centos 7关于rc.local脚本命令开机不执行及指定用户启动的解决方法
Centos 7关于rc.local脚本命令开机不执行及指定用户启动的解决方法