- add doc/init.d.RedHat/etc/logrotator.d/uhub file
This commit is contained in:
13
doc/init.d.RedHat/etc/logrotator.d/uhub
Normal file
13
doc/init.d.RedHat/etc/logrotator.d/uhub
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Log rotate for Uhub
|
||||||
|
# see man logrotate
|
||||||
|
#
|
||||||
|
#
|
||||||
|
/var/log/uhub.log {
|
||||||
|
compress
|
||||||
|
size 10M
|
||||||
|
rotate 10
|
||||||
|
missingok
|
||||||
|
notifempty
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user