Server / File Browser

My Files

A peek behind the curtain — every file the club keeps on the server, from the front-of-house code to the trophy ledger in the database.

↑ Up / ◆ project / / / etc / logrotate.d / acpid
acpid
140 B · modified Dec 16, 2025 2:19pm
/var/log/acpid.log {
	missingok
	notifempty
	sharedscripts
	postrotate
		/etc/init.d/acpid --quiet --ifstarted restart || true
	endscript
}