summaryrefslogblamecommitdiff
path: root/legacy/busybox/acpid.logrotate
blob: a37763540294aa656407c619cc0afba4ff06b1bb (plain) (tree)
1
2
3
4
5
6
7
8







                                                             
/var/log/acpid.log {
	missingok
	notifempty
	sharedscripts
	postrotate
		/etc/init.d/acpid --ifstarted restart || true
	endscript
}