Add yaml front matter to all asciidoc files
[web.git] / docs / procd.txt
1 ---
2 ---
3 The Procd System Manager
4 ========================
5
6 include::menu.inc[]
7
8 == Procd
9
10 _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
11
12 * provide the pid 1 init service / preinit
13 * watchdog
14 * inittab
15 * init.d
16 * hotplug
17 * service startup / monitoring
18 * (configuration-)triggers
19
20 *WIP*
21