diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-09-01 01:12:46 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-09-01 13:03:18 +0200 |
commit | dc30dd7530cee426bbb30425e255868ffa635c13 (patch) | |
tree | 5f8c9dce00a58bd82ece93db86c93c783a773c37 /docs/defconfig.md | |
parent | b0b6c68e3839656c657f83de70badace6c01675a (diff) |
Add tiny klogd implementation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'docs/defconfig.md')
-rw-r--r-- | docs/defconfig.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/defconfig.md b/docs/defconfig.md index 10263ba..41afc02 100644 --- a/docs/defconfig.md +++ b/docs/defconfig.md @@ -55,8 +55,10 @@ the `vfs` target and *before* the `sysinit` target: * hostname - reload hostname `/etc/hostname` * loopback - bring the loopback device up - * usyslogd - if the `usyslogd` services is compiled with this package, this + * usyslogd - if the `usyslogd` service is compiled with this package, this service is enabled by default and starts `usyslogd`. + * klogd - if the `klogd` daemon is compiled with this package, this service + is enabled by default and starts after `usyslogd`. * modules - iterate over the file `/etc/modules` and try to load each module using modprobe. * sysctl - restore kernel parameters using `sysctl --system`. See `sysctl(8)` |