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