9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
/var/log/horizon.log {
|
|
nodateext
|
|
size 10M
|
|
start 1
|
|
rotate 20
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/syslog reload > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|