由于 upstart 1.5 附带于 Ubuntu 12.04,
bum 和 sysv-rc-conf 在其上不再有效。
我该如何配置?
答案1
Upstart 自 Edgy (6.10) 起在 Ubuntu 中可用。完整详细信息请参阅您系统的手册页:
- 人 5 初始化 (http://manpages.ubuntu.com/init.5)
- 人 8 初始化 (http://manpages.ubuntu.com/init.8)
- man 7 upstart-events (http://manpages.ubuntu.com/upstart-events.7)(有关格式更好的版本,请参阅:http://upstart.ubuntu.com/cookbook/#ubuntu-well-known-events-ubuntu-specific)
但是,如果您需要更温和、更简洁的介绍,请参阅 Upstart Cookbook:
请注意,12.04 中的 Upstart 仍然继续支持 SystemV 作业,但我们鼓励您使用 Upstart 编写新服务,因为它更好!:-)
以下是有关如何开始创建新的 Upstart 作业的一些信息:
http://upstart.ubuntu.com/cookbook/#precepts-for-creating-a-job-configuration-file
我还强烈建议查看 /etc/init/ 中现有的作业以了解它们的工作原理(其中一些在 Upstart Cookbook 中有详细剖析)。