mirror of
https://github.com/pygos/init-scripts.git
synced 2025-03-25 11:55:01 +01:00
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 |