Remove docs menu.inc and uci_menu.inc
[web.git] / docs / procd.txt
1 ---
2 ---
3 The Procd System Manager
4 ========================
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