X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=debian%2Fkoha-common.postinst;h=23c4d01ac407e6c90283cd06653bd82ea547dd4a;hb=e41387016e3673c1358fd1c99efde28d03d1883c;hp=20c354dec1f0ce4bf27d333a5d3ed437b11dfe0e;hpb=7d6cdf9c2a6c7920769d7a8e8d4d355a8d393413;p=koha.git diff --git a/debian/koha-common.postinst b/debian/koha-common.postinst index 20c354dec1..23c4d01ac4 100644 --- a/debian/koha-common.postinst +++ b/debian/koha-common.postinst @@ -142,4 +142,10 @@ done db_stop +# Bug 18250: Correct startup order of koha-common and memcached +# Since the init script has been updated, we can force the order in rc.d +# by disabling and enabling again. +update-rc.d koha-common disable +update-rc.d koha-common enable + exit 0