Adds logs mount to pf service and adds logrotate
This commit is contained in:
parent
bc27392df9
commit
c62062f956
5 changed files with 7 additions and 4 deletions
7
static/logrotate/pathfinder
Normal file
7
static/logrotate/pathfinder
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/var/www/html/pathfinder/history/map/*.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 14
|
||||
compress
|
||||
notifempty
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue