#navi_header|技術| UbuntuまたはFedoraで導入されてるUpstartの勉強メモ、というか参考リンクのメモ。Ubuntuでの利用が多いので、Fedora系のドキュメントは見切れてないです。 基本:(Ubuntu 12.04) man upstart man upstart-events man initctl # initctl list # initctl emit など SysV init の仕組みをサポート or 互換性維持のためのコマンド:(Ubuntu 12.04) man service # service --status-all # service apache2 start など man telinit man update-rc.d man invoke-rc.d 以下、UbuntuからのUpstart資料・ドキュメント: - Getting Started - upstart -- http://upstart.ubuntu.com/getting-started.html --- Ubuntuからの公式のUpstart入門記事 - Upstart Intro, Cookbook and Best Practises -- http://upstart.ubuntu.com/cookbook/ --- Ubuntuからの公式の入門、Cookbook、ベストプラクティス紹介のドキュメント - ReplacementInit - Ubuntu Wiki -- https://wiki.ubuntu.com/ReplacementInit --- 2006年ごろに作られた、Ubuntu 6.0開発に関連したSysVInitの代替を模索している中でのUpstartの紹介など。 - UbuntuBootupHowto - Community Ubuntu Documentation -- https://help.ubuntu.com/community/UbuntuBootupHowto --- Ubunt 6.10 - 11.04 までのUpstartとSysVInitの解説。 以下、日本語でわかり易かったUpstart紹介記事 - Upstart の動きを理解する - いますぐ実践! Linuxシステム管理 / Vol.188 -- http://www.usupi.org/sysad/188.html - Upstart をもう少し使い込んでみる - いますぐ実践! Linuxシステム管理 / Vol.189 -- http://www.usupi.org/sysad/189.html 以下、2008-2009年の記事で、"/etc/event.d"以下を使って解説してるので、2012現在のUbuntu 12系列(/etc/init)でそのままは参考に出来ないかも。 - UbuntuのイベントベースinitデーモンUpstart - SourceForge.JP Magazine : オープンソースの話題満載 -- http://sourceforge.jp/magazine/08/02/18/0145226 - wps-C » Ubuntuのinit以降の起動シーケンス(図入り) – upstart /etc/event.d/ initctl -- http://wps.watanet.mydns.jp/2009/06/27/ubuntu%E3%81%AEinit%E4%BB%A5%E9%99%8D%E3%81%AE%E8%B5%B7%E5%8B%95%E3%82%B7%E3%83%BC%E3%82%B1%E3%83%B3%E3%82%B9%E5%9B%B3%E5%85%A5%E3%82%8A-upstart-etcevent-d-initctl #navi_footer|技術|