mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-14 17:07:11 +01:00
6 lines
145 B
Text
6 lines
145 B
Text
|
description "starting usyslogd"
|
||
|
exec usyslogd --chroot --rotate-replace --max-size 8192
|
||
|
type respawn limit 5
|
||
|
target boot
|
||
|
after vfs
|
||
|
before sysinit
|