Accepting request 556701 from home:ilausuch:branches:network:messaging:amqp

modified logrotate to use rabbitmqctl to force the creation of the log file after logrotation

OBS-URL: https://build.opensuse.org/request/show/556701
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=85
This commit is contained in:
Dirk Mueller 2017-12-13 23:20:46 +00:00 committed by Git OBS Bridge
parent 6f2036b23f
commit 2a7edb84d6
2 changed files with 7 additions and 1 deletions

@ -7,6 +7,12 @@ Wed Dec 13 12:13:03 UTC 2017 - vuntz@suse.com
- Add ocf-pull-request-66.patch: do not consider transient local
failures as failures of remote nodes.
-------------------------------------------------------------------
Tue Dec 12 12:26:10 UTC 2017 - ilausuch@suse.com
- modified logrotate to use rabbitmqctl to force the creation of the
log file after logrotation
-------------------------------------------------------------------
Thu Nov 23 13:53:44 UTC 2017 - rbrown@suse.com

@ -7,7 +7,7 @@
notifempty
sharedscripts
postrotate
/sbin/service rabbitmq-server rotate-logs > /dev/null
/usr/sbin/rabbitmqctl rotate_logs > /dev/null
endscript
su rabbitmq rabbitmq
}