9 Jun
2026
9 Jun
'26
9:24 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40901 --- Comment #132 from David Cook <dcook@prosentient.com.au> --- I'm not 100% sold on the SystemD stuff yet though. Looking at debian/control, I see this in Depends: koha-systemd | koha-sysv That means that by default Koha will try to install koha-systemd, but I think for a while we're going to want to default to koha-sysv. -- Also, what's going on in debian/systemd/koha-common.service? What's this about? ExecStartPre=+/bin/sh -c 'for i in $(koha-list --enabled --elasticsearch 2>/dev/null); do systemctl enable --now "koha-es-indexer@$i.service" 2>/dev/null || true; done' -- You are receiving this mail because: You are watching all bug changes.