Upstart: Difference between revisions

From CBLFS
Jump to navigationJump to search
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…'
 
Jigslinx (talk | contribs)
m Added note. Might require the path to be corrected.
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:
=== Required ===
=== Required ===
* [[D-BUS Core]]
* [[D-BUS Core]]
{{Note|The 'make install' stage will replace your current init script.If you do not want that then use '/opt/upstart' as prefix rather than '/usr' in configure command. And then pass init equalto /opt/upstart/sbin/init to kernel command line. Consult your boot loader manual for how to do that.}}


== Non-Multilib ==
== Non-Multilib ==
Line 18: Line 20:
Compile the package:
Compile the package:


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

Latest revision as of 09:00, 14 October 2010

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

Note

The 'make install' stage will replace your current init script.If you do not want that then use '/opt/upstart' as prefix rather than '/usr' in configure command. And then pass init equalto /opt/upstart/sbin/init to kernel command line. Consult your boot loader manual for how to do that.

Non-Multilib

Compile the package:

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

Install the package:

make install

Multilib

32Bit

ToDo

N32

ToDo 

64Bit

ToDo