summaryrefslogtreecommitdiff
blob: 582e72f7a365aea8c6c6a249738188b9a0f1f7f7 (plain)
1
2
3
4
5
6
7
8
9
10
/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
}