David Cook
782ae18779
This patch changes the SyslogIdentifier so that it matches the style used by koha-worker. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
17 lines
408 B
Desktop File
17 lines
408 B
Desktop File
# koha-worker.service
|
|
[Unit]
|
|
Description=Koha Task Queue Worker
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Environment=PERL5LIB=__PERL_MODULE_DIR__
|
|
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
|