This repository has been archived on 2024-09-25. You can view files and clone it, but cannot push or open issues or pull requests.
overlay/net-im/biboumi/files/biboumi.logrotate

9 lines
134 B
Plaintext
Raw Normal View History

/var/log/biboumi/biboumi.log {
sharedscripts
missingok
notifempty
postrotate
rc-service biboumi reload > /dev/null
endscript
}