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/app-admin/denyhosts/files/denyhosts.logrotate-r2

11 lines
272 B

/var/log/denyhosts {
missingok
notifempty
create 0640 root root
sharedscripts
postrotate
test -e /run/openrc/softlevel && /etc/init.d/denyhosts restart 1>/dev/null || true
test -e /run/systemd/system && systemctl restart denyhosts >/dev/null || true
endscript
}