View | Details | Raw Unified | Return to bug 35242
Collapse All | Expand All

(-)a/debian/koha-common.postinst (-1 / +3 lines)
Lines 276-281 db_stop Link Here
276
rabbitmq-plugins enable rabbitmq_stomp
276
rabbitmq-plugins enable rabbitmq_stomp
277
service rabbitmq-server restart
277
service rabbitmq-server restart
278
278
279
# Bug 35242: Force memcache restart after koha install/upgrade
280
service memcached restart
281
279
# Bug 18250: Correct startup order of koha-common and memcached
282
# Bug 18250: Correct startup order of koha-common and memcached
280
# Since the init script has been updated, we can force the order in rc.d
283
# Since the init script has been updated, we can force the order in rc.d
281
# by disabling and enabling again.
284
# by disabling and enabling again.
282
- 

Return to bug 35242