mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
/var/log/inbucket.log {
|
|
missingok
|
|
notifempty
|
|
create 0644 inbucket inbucket
|
|
postrotate
|
|
[ -x /bin/systemctl ] && /bin/systemctl reload inbucket >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|