Logrotation

För att inte loggarna från loggarna ska växa sig för stora är det bra att slå på logrotation. Ska en fil som heter aqua i /etc/logrotate.d med följande innehåll:

/var/log/aqua-*.log {
	daily
	missingok
	rotate 14
	compress
	delaycompress
	notifempty
	create 640 root adm
	sharedscripts
}

Privacy Overview
Elofs projekt

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary

Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.