Charmed-Kubernetes/kubernetes-master/templates/cdk.master.auth-webhook.log...

12 lines
193 B
Plaintext

{{ root_dir }}/*.log {
daily
rotate 10
missingok
notifempty
compress
sharedscripts
postrotate
kill -USR1 $(cat {{ root_dir }}/{{ pidfile }})
endscript
}