diff options
Diffstat (limited to 'network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate')
-rw-r--r-- | network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate b/network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate index 0b4cebc9e6dc..dafb4ab16ddf 100644 --- a/network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate +++ b/network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate @@ -7,14 +7,14 @@ ################## # # Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs -# -# Originially based on: +# +# Originially based on: # Script provide by Bill Landry (unofficialsigs@gmail.com). # # License: BSD (Berkeley Software Distribution) # ################## -# Automatically Generated: $(date) +# Automatically Generated: Mon Mar 27 20:00:05 CDT 2017 ################## # # This logrotate file will rotate the logs generated by the clamav-unofficial-sigs.sh @@ -22,11 +22,12 @@ # To Adjust the logrotate values, edit your configs and run # bash clamav-unofficial-sigs.sh --install-logrotate to generate a new file. -/var/log/clamav/clamav-unofficial-sigs.log { +/var/log/clamav-unofficial-sigs/clamav-unofficial-sigs.log { weekly rotate 4 missingok notifempty compress - create 0644 clamav clamav -}
\ No newline at end of file + create 0640 clamav clamav +} + |