Upstart

From CBLFS
Revision as of 11:30, 4 October 2009 by Jciccone (talk | contribs) (Created page with '{| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://upstart.ubuntu.com/download/0.6/upstart-0.6.3.tar.bz2 |} ---- {{Package-Intr…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://upstart.ubuntu.com/download/0.6/upstart-0.6.3.tar.bz2

Introduction to Upstart

Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.

Project Homepage: http://upstart.ubuntu.com/index.html

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr --sbindir=/sbin \
    --sysconfdir=/etc &&
make

Install the package:

make install

Multilib

32Bit

ToDo

N32

ToDo 

64Bit

ToDo