summaryrefslogtreecommitdiffstats
path: root/rules/systemd.in
blob: 2cfc4a614202dfc68dc32df16864520d95cdcf5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=shell_and_console

config SYSTEMD
	tristate
	select LIBC_PTHREAD
	select LIBC_RT
	select DBUS
	select DBUS_GLIB
	select LIBCAP
	select UDEV
	select UDEV_LIBUDEV
	prompt "systemd"
	help
	  systemd is a system and session manager for Linux, compatible with SysV
	  and LSB init scripts. systemd provides aggressive parallelization
	  capabilities, uses socket and D-Bus activation for starting services,
	  offers on-demand starting of daemons, keeps track of processes using
	  Linux cgroups, supports snapshotting and restoring of the system state,
	  maintains mount and automount points and implements an elaborate
	  transactional dependency-based service control logic. It can work as a
	  drop-in replacement for sysvinit.

	  http://www.freedesktop.org/wiki/Software/systemd