当前位置:   article > 正文

Linux下设置开机自动启动任务_linux设置系统两分钟后自动启动

linux设置系统两分钟后自动启动

1、涉及文件
etc/rc.local

2、在该文件添加你所需要的启动任务即可。注意,任务执行顺序未作测试

3、样本如下, 以以为启动ngnix与tomcat样例

!/bin/sh

#

This script will be executed after all the other init scripts.

You can put your own initialization stuff in here if you don’t

want to do the full Sys V style init stuff.

touch /var/lock/subsys/local

启动ngnix

/mnt/tengine/tengine-2.1.2/sbin/nginx

启动tomcat

/mnt/tomcat7/bin/startup.sh &> /dev/null

启动redis

/usr/local/redis/bin/redis-server /usr/local/redis/redis.conf

启动 mongodb

/mnt/mongodb/mongodb-3.2.10/bin/mongod -f /etc/mongodb.conf

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/153088
推荐阅读
相关标签
  

闽ICP备14008679号