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
tastytea 95fab97162
Some checks failed
continuous-integration/drone/push Build is failing
net-im/biboumi: Add logrotate recipe and useflag, bump to 8.4-r2.
2020-04-13 02:51:50 +02:00

9 lines
134 B
Plaintext

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