mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-25 05:41:09 +00:00
9 lines
242 B
Plaintext
9 lines
242 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
|
|
} |