feat: initial commit
This commit is contained in:
commit
0c58302da5
20 changed files with 326 additions and 0 deletions
10
templates/logrotate/remote-tmpfs.j2
Normal file
10
templates/logrotate/remote-tmpfs.j2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/var/log/remote/*.log {
|
||||
size 10M
|
||||
daily
|
||||
missingok
|
||||
notifempty
|
||||
nocompress
|
||||
copytruncate
|
||||
rotate 0
|
||||
su root adm
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue