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