Your IP : 216.73.216.108


Current Path : /etc/logrotate.d/
Upload File :
Current File : //etc/logrotate.d/acpid

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