1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-28 22:15:56 +00:00

Add redhat init reload & logrotate config

This commit is contained in:
James Hillyerd
2012-11-05 13:43:54 -08:00
parent ac807ed0b0
commit 09b8534b9b
2 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
/var/log/inbucket.log {
missingok
notifempty
create 0644 inbucket inbucket
postrotate
[ -e /etc/init.d/inbucket ] && /etc/init.d/inbucket reload >/dev/null 2>&1 || true
endscript
}