# Logrotate file for sngtc server
 
/var/log/sngtc_server.log {
	missingok
	notifempty
	daily
	rotate 5
	create 0644 root root
}
