Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 shell 脚本 ( bash ),我目前正在后台运行它来测试它。现在我想在启动计算机后将它作为守护进程运行。我怎样才能做到这一点?它已经有一个无限循环,因为它会一直运行到计算机关闭。
将脚本的完整路径放入exit 0行之前的/etc/rc.local文件中。
或者您可以从内部软链接到您的脚本/etc/init.d。它应该以root权限执行。
/etc/init.d