summaryrefslogtreecommitdiffstats
path: root/rules/upstart.in
blob: 8a157d73dd1c83043579f3f5904de1c6f081adf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=staging
## old section:
### SECTION=shell_and_console

config UPSTART
	tristate
	select UDEV
	select DBUS
	select LIBNIH
	prompt "upstart"
	help
	  upstart is a 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.

	  STAGING: remove in ptxdist-2015.02.0
	  This package has not been maintained in a long time. The build
	  system is broken. Compiling fails with newer toolchains. Upgrade
	  to recent release is required.