summaryrefslogtreecommitdiffstats
path: root/docs/procd.txt
blob: 6f04dd14d705c1b198f9489cbfa040b4fc842db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
The Procd System Manager
========================

include::menu.inc[]

== Procd

_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

* provide the pid 1 init service / preinit
* watchdog
* inittab
* init.d
* hotplug
* service startup / monitoring
* (configuration-)triggers

*WIP*