|
Lines 162-164
Description: systemd units for Koha ILS
Link Here
|
| 162 |
This allows granular control over individual services per instance and |
162 |
This allows granular control over individual services per instance and |
| 163 |
leverages systemd features like dependency management, resource limits, |
163 |
leverages systemd features like dependency management, resource limits, |
| 164 |
and journald logging. |
164 |
and journald logging. |
|
|
165 |
|
| 166 |
Package: koha-sysv |
| 167 |
Architecture: all |
| 168 |
Depends: ${misc:Depends}, daemon, koha-common |
| 169 |
Provides: koha-init |
| 170 |
Conflicts: koha-systemd |
| 171 |
Description: SysV init scripts for Koha ILS |
| 172 |
Koha is an Integrated Library Management system for real-world libraries |
| 173 |
(the kinds with books). |
| 174 |
. |
| 175 |
This package provides traditional SysV init.d scripts for managing Koha |
| 176 |
instances. All services (Plack, Zebra, SIP, Z3950, workers, indexers) are |
| 177 |
managed through a single init script using the daemon wrapper. |
| 178 |
. |
| 179 |
This package is intended for legacy systems, containers without systemd |
| 180 |
(like KTD), or environments where SysV init is preferred. |