summaryrefslogtreecommitdiffstats
path: root/rules/upstart.in
blob: 1bc3daa2d014ad180d746607e60f864b3a81b75d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 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.