mirror of
https://github.com/pygos/init.git
synced 2024-11-05 12:17:10 +01:00
f52c7ea9d0
For now this daemon simply dumps all syslog messages into seperate log files and doesn't do much parsing. Since the messages are readable ASCII anyway, this should not be to much of a problem and sufficient for debugging. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
6 lines
No EOL
112 B
Text
6 lines
No EOL
112 B
Text
description "starting usyslogd"
|
|
exec usyslogd
|
|
type respawn limit 5
|
|
target boot
|
|
after hostname vfs
|
|
before sysinit |