Features/Upstart

From FedoraProject

< Features
Revision as of 16:26, 24 May 2008 by Admin (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Upstart Service Manager

Summary

Upstart is a replacement for SysVinit that allows service management and event-driven initialization.

Owner

Current status

Things we need fixed:

Things we'd prefer fixed:

Detailed Description

Upstart is a new init daemon that allows services to be started in response to events rather than in bulk runlevels. It also has support for monitoring services and restarting them when they go awry. It has the potential to expand to provide cron support as well, and to manage session-level as well as system-level services.

While much of this would require massive restructuring to accomplish, Upstart is also very capable of emulating a SysV style init system and can be placed into Fedora right now without any changes to the init scripts.

Benefit to Fedora

Fedora in particular has a very bloated set of bash scripts used to load its services. Upstarts more sophisticated notion of services and how to trigger them is a good step toward streamlining many of those services. The more sophisticated view of the system can also allow a more powerful set of administration tools, and a more robust and stable system.

While these features are going to have to be gently pushed in over time, getting Upstart itself in place now, even though it will only be functioning as SysV does now, will allow us to begin a smooth transition toward this model.

Scope

Requires building packages for Upstart, and splitting out a couple of miscellaneous utilities from SysVinit so they can continue to be used in the present init scripts.

Test Plan

1. Boot the system, make sure all services come up. 1. Move between runlevels, ensure the propper starts and stops take place. 1. Check the various admin tools such as /sbin/service, system-config-services, chkconfig, etc.

User Experience

For this iteration, the less the user notices, the better.

Dependencies

Contingency Plan

Documentation

Release Notes

Mentioning Upstart's presence in F9 might score us technical points, even if it isn't doing anything that interesting just yet.