mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-29 21:18:12 +02:00
scripts: move template files to "templates" directory
This commit is contained in:
parent
00d96cf045
commit
c5a8f20c04
7 changed files with 5 additions and 5 deletions
9
scripts/templates/logrotate.conf
Normal file
9
scripts/templates/logrotate.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{{ LOG_FILE }} {
|
||||
daily
|
||||
dateext
|
||||
dateformat _%Y-%m-%d
|
||||
rotate 10
|
||||
compress
|
||||
notifempty
|
||||
copytruncate
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue