mirror of
https://github.com/pygos/init.git
synced 2024-11-05 12:17:10 +01:00
29e4fc5607
- Add more fine grained control over how log rotation is supposed to behave - Add command line option processing to usyslogd - Expose log rotation control via command line switches - Add default values to usyslogd service for pygos use case Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
6 lines
No EOL
136 B
Text
6 lines
No EOL
136 B
Text
description "starting usyslogd"
|
|
exec usyslogd --rotate-replace --max-size 8192
|
|
type respawn limit 5
|
|
target boot
|
|
after vfs
|
|
before sysinit |