/var/log/ctraqservice {
    # Append time and date to file
    dateext
    dateformat .%Y_%m_%d-%ss
    size 50M
    rotate 9
    missingok
    create 640 root dosis
    postrotate
    /bin/kill -HUP $(cat /var/run/syslogd.pid 2> /dev/null) 2> /dev/null || true
    endscript
}
