2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Merge pull request #202 from neo954/story50687log

Story50687log
This commit is contained in:
Xiaopeng Wang 2015-09-22 09:11:28 +08:00
commit 4405587b6a

View File

@ -3,5 +3,6 @@
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
/bin/kill -HUP `cat /var/run/xcat/cmdlogservice.pid 2> /dev/null` 2> /dev/null || true
endscript
}