2024年8月15日

摘要: 在/etc/init.d/目录下创建自动运行的脚本, xxx_init #!/bin/sh /etc/rc.common START=48 STOP=10 start() { service_start /usr/sbin/xxx_init & } stop() { service_stop /us 阅读全文
posted @ 2024-08-15 15:22 dingyun 阅读(180) 评论(0) 推荐(0)

导航