15 lines
No EOL
329 B
Text
15 lines
No EOL
329 B
Text
/var/log/solidwall/*.log {
|
|
daily
|
|
maxsize 200M
|
|
missingok
|
|
rotate 3
|
|
maxage 15
|
|
compress
|
|
notifempty
|
|
create 777 root adm
|
|
su root adm
|
|
sharedscripts
|
|
postrotate
|
|
systemctl reload solidwall-nginx > /dev/null 2>&1 || true
|
|
endscript
|
|
} |