https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26363 --- Comment #8 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #7)
(In reply to David Cook from comment #5)
Created attachment 111263 [details] [review] [review] Bug 26363: Provide a systemd unit file for koha-worker in package installs
To test this on koha-testing-docker, you should be able to do something like the following:
```cp debian/templates/koha-worker@.service /etc/systemd/system/.``` ```systemctl start koha-worker@kohadev.service```
Except that won't work because koha-testing-docker is a Docker container without the systemd init system. You should be able to do this using kohadevbox though or some other Linux environment. -- You are receiving this mail because: You are watching all bug changes.