Adds logs mount to pf service and adds logrotate

This commit is contained in:
Sam ONeill 2022-02-08 13:37:06 +13:00
parent bc27392df9
commit c62062f956
5 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,7 @@
/var/www/html/pathfinder/history/map/*.log {
daily
missingok
rotate 14
compress
notifempty
}