https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40901 --- Comment #187 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 205941 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205941&action=edit Bug 40901: (QA follow-up) Don't stop all Koha services on every koha-systemd upgrade The postinst stopped and disabled koha-common.service on every configure, which after migration means every upgrade of this package shuts down every Koha instance. Now it only happens on first install, where it exists to stop the old SysV-started services. The hand-rolled deletion of the old init script is replaced with dpkg's standard rm_conffile mechanism. https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40901#c130 Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.