mirror of
https://github.com/pygos/init.git
synced 2024-11-05 04:07:10 +01:00
325f919847
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
6 lines
No EOL
145 B
Text
6 lines
No EOL
145 B
Text
description "starting usyslogd"
|
|
exec usyslogd --chroot --rotate-replace --max-size 8192
|
|
type respawn limit 5
|
|
target boot
|
|
after vfs
|
|
before sysinit |