在 Fedora 8 Core 上运行启动脚本
我将 Amazon EC2 与 Fedora 8 Core AMI 结合使用。 我在 /ebsmnt 处安装了一个 EBS 卷,并在 /ebsmnt/startupscript.sh 处安装了一个启动脚本。 目前我必须登录服务器,cd 到 /ebsmnt/ 并手动运行脚本。 如何让 Fedora 在启动时自动运行此脚本,而不需要我进行任何交互? (通过将其放在 /ebsmnt/ 上,我不必每次希望更改脚本时都重新编译 AMI)。 我对 *nix 不太熟悉,因此非常感谢分步指南。
I'm using Amazon EC2 with a Fedora 8 Core AMI. I have an EBS volume mounted at /ebsmnt, and a startupscript located at /ebsmnt/startupscript.sh . Currently I have to login to the server, cd to /ebsmnt/ and run the script manually. How can I make Fedora run this script automatically at startup, without any interaction from me? (by having it on /ebsmnt/ I don't have to recompile the AMI everytime I wish to make changes to the script). I'm not too familiar with *nix, so a step by step guide would be very much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文件 /etc/rc.local 的内容在启动时执行。
注意:您必须添加脚本的完整路径。
该脚本是否理解“开始”和“停止”参数? 如果是这样,可以将其添加到运行级别中。
The contents of the file /etc/rc.local are executed on startup.
note: You will have to add the full path to the script.
Does the script understand the "Start" and "Stop" parameters? If so it could be added to the runlevels.