/mnt/hos-data/syslog {
    weekly
    rotate 2
    create 0660 root adm
    postrotate
	    /etc/init.d/syslog reload > /dev/null
    endscript
}