56981db804
This commit defines the cert-mon logfile config. In addition, the package directory is reorganized to have a files subdirectory, and to drop the obsolete PKG-INFO file. Change-Id: Iec2b39b3b080c823be7f00ee978baa223d05b041 Story: 2008251 Task: 41115 Signed-off-by: Don Penney <don.penney@windriver.com>
15 lines
204 B
Plaintext
15 lines
204 B
Plaintext
/var/log/cert-mon.log
|
|
{
|
|
nodateext
|
|
size 10M
|
|
start 1
|
|
rotate 20
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
systemctl reload syslog-ng > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|