1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-10-04 15:29:59 +02:00
init/services/usyslogd

6 lines
136 B
Text
Raw Normal View History

description "starting usyslogd"
exec usyslogd --rotate-replace --max-size 8192
type respawn limit 5
target boot
after vfs
before sysinit