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

10 lines
243 B
Plaintext

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