mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-06-10 15:23:35 +00:00
61c6e7c2e9
- Switch ubuntu from upstart to systemd - Switch redhat from init.d to systemd
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
|
|
}
|