6f04dd14d705c1b198f9489cbfa040b4fc842db9
[web.git] / docs / procd.txt
1 The Procd System Manager
2 ========================
3
4 include::menu.inc[]
5
6 == Procd
7
8 _LEDE_ uses 'procd' for booting the system, managing processes and handling parts of the kernel/userland interaction. It can be considered similar to 'systemd' on full blown distributions. Here is a list of tasks that procd will do for us
9
10 * provide the pid 1 init service / preinit
11 * watchdog
12 * inittab
13 * init.d
14 * hotplug
15 * service startup / monitoring
16 * (configuration-)triggers
17
18 *WIP*
19