You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-im/biboumi/files/biboumi.logrotate

11 lines
193 B

/var/log/biboumi/*.log {
missingok
notifempty
sharedscripts
postrotate
for service in /etc/init.d/biboumi*; do
rc-service $(basename ${service}) reload > /dev/null
done
endscript
}