mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-06-09 23:03:35 +00:00
d7965e0eaa
- Point RedHat README to website - Add ubuntu upstart, logrotate configs
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
/var/log/inbucket.log {
|
|
missingok
|
|
notifempty
|
|
create 0644 inbucket inbucket
|
|
postrotate
|
|
[ -x /sbin/reload ] && /sbin/reload inbucket >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|