mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
9 lines
195 B
Plaintext
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
|
|
}
|