https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26363 --- Comment #5 from David Cook <dcook@prosentient.com.au> --- Created attachment 111263 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111263&action=edit Bug 26363: Provide a systemd unit file for koha-worker in package installs While the packages already have a koha-zebra script that creates a service using the 'daemon' utility, this unit file template provides an alternative. Note that currently you'd have to start the service using the following: ```systemctl start koha-worker@NAME.service``` Where NAME is the name of your Koha instance. The systemctl enable/start commands could be automated more with helper scripts in debian/scripts, but this is a first step. -- You are receiving this mail because: You are watching all bug changes.