David Cook
40089a0a53
This patch adds a "lib" directory to the source tree which gets mapped to the same directory as "C4" and "Koha" for single and standard installations. CGI::Session::Serialize::yamlxs is put into this "lib" directory. This patch also includes some changes so that dev/git installations work as well. Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
17 lines
406 B
Desktop File
17 lines
406 B
Desktop File
# koha-worker.service
|
|
[Unit]
|
|
Description=Koha Task Queue Worker
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Environment=PERL5LIB=__PERL5LIB_DIRS__
|
|
Environment=KOHA_CONF=__KOHA_CONF_DIR__/koha-conf.xml
|
|
ExecStart=__SCRIPT_DIR__/background_jobs_worker.pl
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
StartLimitBurst=3
|
|
StartLimitInterval=60
|
|
SyslogIdentifier=__DB_NAME__-koha-worker
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|