Initial commit.

This commit is contained in:
genxium
2022-09-20 23:50:01 +08:00
commit e90a335c56
432 changed files with 101884 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# This file should be put as "/etc/logrotate.d/treasure-hunter".
# Manual usage Example
# - logrotate -f /etc/logrotate.d/treasure-hunter
/var/log/treasure-hunter.log {
rotate 12
size 32M
hourly
missingok
notifempty
compress
delaycompress
copytruncate
create 0640 ubuntu ubuntu
su ubuntu ubuntu
}