mirror of
https://github.com/genxium/DelayNoMore
synced 2025-10-09 00:26:39 +00:00
Initial commit.
This commit is contained in:
16
battle_srv/logrotate/treasure-hunter
Normal file
16
battle_srv/logrotate/treasure-hunter
Normal 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
|
||||
}
|
Reference in New Issue
Block a user