如何使用Upstart配置启动服务?


11

由于Ubuntu 12.04附带了upstart 1.5,因此
bum和sysv-rc-conf对其不再有效。

我该如何配置?

Answers:


16

自Edgy(6.10)起,Upstart已在Ubuntu中可用。完整的详细信息可在系统的手册页中找到:

但是,有关入门的简要介绍,请参阅Upstart Cookbook:

请注意,12.04版中的Upstart仍继续支持SystemV作业,但是建议您使用Upstart编写新服务,因为它要好得多!:-)

以下是有关如何开始创建新的Upstart作业的一些信息:

http://upstart.ubuntu.com/cookbook/#precepts-for-creating-a-job-configuration-file

我也强烈建议您查看/ etc / init /中的现有作业,以了解它们的工作方式(一些在Upstart Cookbook中进行了详细介绍)。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.