diff options
Diffstat (limited to 'cacti.logrotate')
| -rw-r--r-- | cacti.logrotate | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/cacti.logrotate b/cacti.logrotate new file mode 100644 index 0000000..754a051 --- /dev/null +++ b/cacti.logrotate @@ -0,0 +1,8 @@ +/var/log/cacti/cacti.log { +	weekly +	rotate 7 +	missingok +	notifempty +	compress +	su apache apache +} | 
