タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

upstartに関するoinumeのブックマーク (3)

  • Stanzas - Upstart

    This is a list of stanzas that can be used in a job file, how can it be used (syntax, arguments) and why using it (what it does, with an example). This page corresponds to upstart 0.3.9. The syntax and job control mechanisms is greatly improved in 0.5.0. See also Stanzas for 0.5.1 exec Syntax: exec command arguments... Example: exec /usr/bin/dbus-daemon --systemDescription: Main process command. T

  • Upstart Intro, Cookbook and Best Practises

    1.1   Document Version This is document edit 218. See footer for further details. 1.3   Acknowledgements The Authors are grateful to the following individuals who have provided valuable input to this document: Colin Watson (Canonical) Scott James Remnant (Canonical, Google), author of Upstart. James Page (Canonical) Joel Ebel (Google) Mark Russell (Canonical) Bradley Ayers Kenneth Porter Roberto A

    oinume
    oinume 2013/02/09
    たぶんこれがupstartの一番詳しい資料だと思われる
  • Upstart を使ってお手軽 daemon 化

    こんにちは。斎藤です。 手元でちょちょいと作ったプログラムや、 init スクリプトの無いOSSを daemon として動作させ続けたい事、ありませんか?そんなときに便利なのが Upstart です。daemontoolsの代わりとしても使えます。 今回は設定方法を中心に、解説していきます。 ※CentOS 6.3 (x86_64) で検証しています はじめに Upstart とは何か UpstartのWikiによると、"/sbin/init"デーモン(例えばSysVinit)を置き換えるものであり、イベントベースでタスクやサービスを起動・停止できるようにしたものである、と述べられています。また、特徴として、SysVinitと比べ「設定が簡単」「起動が早くなる」などが挙げられています。 Upstart のメリット 3つのメリットがあると、私は考えています。 起動・終了制御が容易 仮にABE

    Upstart を使ってお手軽 daemon 化
    oinume
    oinume 2013/02/08
    そういえばupstartについてちゃんと調べなきゃ、って思ってたんだった。
  • 1