专注于 JetBrains IDEA 全家桶,永久激活,教程
持续更新 PyCharm,IDEA,WebStorm,PhpStorm,DataGrip,RubyMine,CLion,AppCode 永久激活教程

设置开机自动启动shell的几种方法

设置开机启动方式一 用root帐号登录,vi /etc/rc.d/init.d/mystart,录入shell脚本, 运行chmod +r /etc/rc.d/init.d/mystart,使之可直接执行 然后,增加脚本执行权限 设置开机启动方式二

chkconfig 命令

举例:

zabbix_agentd启动脚本:

[root@zabbix init.d]# vim zabbix_agentd.sh
#/bin/bash

# chkconfig: 2345 22 78
# description: 
function stop(){
    ps -ef|grep -Ev "grep|$0"|grep 'zabbix_agentd'|awk '{print $2}' |xargs kill -9
}

case $1 in
    'start')
    /usr/local/sbin/zabbix_agentd
    ;;
    'stop')
    stop
    ;;
    'restart')
    stop
    /usr/local/sbin/zabbix_agentd
    ;;
    *)
    echo "Usage:service zabbix_agentd start|stop|restart"
    ;;
esac

chkconfig –add zabbix_agentd chkconfig –list

tech.souyunku.com/zqj-blog/p/…

文章永久链接:https://tech.souyunku.com/42049

未经允许不得转载:搜云库技术团队 » 设置开机自动启动shell的几种方法

JetBrains 全家桶,激活、破解、教程

提供 JetBrains 全家桶激活码、注册码、破解补丁下载及详细激活教程,支持 IntelliJ IDEA、PyCharm、WebStorm 等工具的永久激活。无论是破解教程,还是最新激活码,均可免费获得,帮助开发者解决常见激活问题,确保轻松破解并快速使用 JetBrains 软件。获取免费的破解补丁和激活码,快速解决激活难题,全面覆盖 2024/2025 版本!

联系我们联系我们