1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00
Files
go-inbucket/etc/redhat-el6/inbucket.logrotate
2012-11-05 13:43:54 -08:00

9 lines
195 B
Plaintext

/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
}