new version
Some checks failed
Some checks failed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{{ minecraft_server_dir }}/logs/*.log {
|
||||
daily
|
||||
rotate {{ logrotate_config.rotate }}
|
||||
size {{ logrotate_config.size }}
|
||||
{% if logrotate_config.compress %}compress{% endif %}
|
||||
{% if logrotate_config.delaycompress %}delaycompress{% endif %}
|
||||
missingok
|
||||
notifempty
|
||||
create 644 {{ minecraft_user }} {{ minecraft_group }}
|
||||
postrotate
|
||||
systemctl reload minecraft || true
|
||||
endscript
|
||||
}
|
Reference in New Issue
Block a user