/var/log/openvpn/*.log {
    missingok
    notifempty
    # 2012.09.06 kanna
    #  not needed, openvpn can be started manually and restarting will
    #  break things; using copytruncate instead
    #postrotate
	#/etc/init.d/openvpn restart
    #endscript
    copytruncate
}
