#  _    _          ___           __ _     (R)  ___ _ _         _   
# | |  (_)_ _____ / __|___ _ _  / _(_)__ _    / __| (_)___ _ _| |_ 
# | |__| \ V / -_) (__/ _ \ ' \|  _| / _` |  | (__| | / -_) ' \  _|
# |____|_|\_/\___|\___\___/_||_|_| |_\__, |   \___|_|_\___|_||_\__|
#                                    |___/                        
# Copyright (c) 2009-2017 Keppler IT GmbH.
# ----------------------------------------------------------------------------
# logrotate(8) configuration for LiveConfig log files
# ----------------------------------------------------------------------------

/var/log/liveconfig/lcclient.log {
	monthly
	missingok
	rotate 12
	compress
	delaycompress
	notifempty
	postrotate
		( [ -f /var/run/lcclient.pid ] && /bin/kill -HUP `cat /var/run/lcclient.pid` 2>/dev/null ) || true
	endscript
}

# <EOF>-----------------------------------------------------------------------
