mirror of https://github.com/OISF/suricata
logrotate: reindent to 4 spaces
4 spaces seems to be the norm on Linux, so reindent from a mix of 8 spaces and tabs to 4 spaces.pull/4941/head
parent
61d0cd1399
commit
400b26ad68
@ -1,13 +1,13 @@
|
||||
# Sample /etc/logrotate.d/suricata configuration file.
|
||||
@e_logdir@*.log @e_logdir@*.json {
|
||||
daily
|
||||
missingok
|
||||
rotate 5
|
||||
compress
|
||||
delaycompress
|
||||
minsize 500k
|
||||
sharedscripts
|
||||
postrotate
|
||||
/bin/kill -HUP `cat @e_rundir@suricata.pid 2> /dev/null` 2> /dev/null || true
|
||||
endscript
|
||||
daily
|
||||
missingok
|
||||
rotate 5
|
||||
compress
|
||||
delaycompress
|
||||
minsize 500k
|
||||
sharedscripts
|
||||
postrotate
|
||||
/bin/kill -HUP `cat @e_rundir@suricata.pid 2> /dev/null` 2> /dev/null || true
|
||||
endscript
|
||||
}
|
||||
|
Loading…
Reference in New Issue