aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/acpid.logrotate
blob: 4cf5fdda97e154c56e55a1d75925fe361a35b2b9 (plain)
1
2
3
4
5
6
7
8
/var/log/acpid.log {
	missingok
	notifempty
	sharedscripts
	postrotate
		/etc/init.d/acpid --quiet --ifstarted restart || true
	endscript
}