Upstart!

* Google's Chromium OS * Google's Chrome OS * 4 September 2014 Upstart 1.13.2 Released ! * 16 July 2014 Upstart 1.13.1 Released ! * 11 July 2014 Upstart 1.13 Released ! * 11 March 2014 Upstart 1.12.1 Released ! * 7 March 2014 Upstart 1.12 Released ! * 14 November 2013 Upstart 1.11 Released ! * 23 August 2013 Upstart 1.10 Released ! * 4 July 2013 Upstart 1.9.1 Released ! * 28 June 2013 Upstart 1.9 Released ! * 22 March 2013 Upstart 1.8 Released ! * 4 March 2013 Upstart 1.7 Released ! * 7 December 2012 Upstart 1.6.1 Released ! * 15 November 2012 Upstart 1.6 Released ! * 22 March 2012 Upstart 1.5 Released ! * 13 December 2011 Upstart 1.4 Released ! * 14 June 2011 Upstart 1.3 Released ! * 17 March 2011 Upstart 1.2 Released ! * 17 March 2011 Upstart 1.1 R

Upstart alternatives

  • systemd

  • systemd is a replacement for the init daemon for Linux (either System V or BSD-style). It is intended to provide a better framework for expressing services' dependencies, allow more work to be done concurrently at system startup, and to reduce shell overhead.With systemd-nspawn and machinectl facilitate the creation and management of software containers.

    tags: boot configurable init optimal-performance service-manager
  • sysvinit

  • The Sysvinit package contains programs for controlling the startup, running, and shutdown of the system.

    tags: boot emacs gcc gnu init
  • OpenRC

  • OpenRC is a dependency-based init system that works with the system provided init program, normally /sbin/init. It is not a replacement for /sbin/init. OpenRC is 100% compatible with Gentoo init scripts, which means you can probably find one for the daemons you want to start in the Gentoo Portage Tree. OpenRC, however, is not exclusively used by Gentoo Linux and can be used on different Linux and BSD systems.

    tags: boot init lightweight
  • runit

  • runit is a cross-platform Unix init scheme with service supervision, a replacement for sysvinit, and other init schemes. It runs on GNU/Linux, *BSD, MacOSX, Solaris, and can easily be adapted to other Unix operating systems.

    tags: boot init init.d
  • nosh

  • The nosh package is a suite of system-level utilities for initializing and running a BSD or Linux system, and for managing daemons.

    tags: init systemd sysvinit uselessd utility-computing
  • procd

  • procd is a process and system init service for OpenWRT. It's less resource intensive as it's intended for embedded devices, works with busybox and uClib, hotplug2, libubox and ubus. It watches configuration files to start or restart services and init scripts

    tags: boot init init.d process-manager sysvinit
  • uselessd

  • uselessd (the useless daemon, or the daemon that uses less... depending on your viewpoint) is a project to reduce systemd to a base initd and process supervisor, while minimizing intrusiveness and isolationism. Basically, it’s systemd with the superfluous stuff cut out, a (relatively) coherent idea of what it wants to be, support for non-glibc/non-Linux platforms, an approach that aims to minimize complicated design and various cleanups.

    tags: init systemd
  • faster

  • Faster is a very little init script aimed at Linux power-users and geek stuff oriented people. It is not industrial strength and does not comply with any other buzzwords. What it really does well is providing much better daemon handling (by means of a daemon manager e.g., daemontools) whilst offering the fastest boot times you can achieve in your machine (desktop or server).

    tags: boot init init.d
  • Chaperone Process Manager

  • Chaperone is a lean init-style startup manager for Docker-like containers. It runs as a single lightweight full-featured process which runs at the root of a docker container tree and provides all of the following functionality, plus much more:

    tags: boot docker init.d service-manager virtualization