2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 21:31:11 +00:00
Files
xcat-core/xCAT-server/share/xcat/conf/goconslogrotate

12 lines
278 B
Plaintext

/var/log/consoles/*.log
/var/log/goconserver/server.log
{
missingok
sharedscripts
copytruncate
delaycompress
postrotate
kill -HUP `systemctl show -p MainPID goconserver.service 2> /dev/null |awk -F= '{print $2}'` 2> /dev/null || true
endscript
}