Bugzilla – Attachment 114831 Details for
Bug 26363
Provide a systemd unit file for background_jobs_worker
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26363: Change SyslogIdentifier to match koha-worker script style
Bug-26363-Change-SyslogIdentifier-to-match-koha-wo.patch (text/plain), 1.25 KB, created by
David Cook
on 2021-01-05 05:10:59 UTC
(
hide
)
Description:
Bug 26363: Change SyslogIdentifier to match koha-worker script style
Filename:
MIME Type:
Creator:
David Cook
Created:
2021-01-05 05:10:59 UTC
Size:
1.25 KB
patch
obsolete
>From f4d6948f01a163b407fe95d766b5f7bd1d22bd21 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 5 Jan 2021 05:08:54 +0000 >Subject: [PATCH] Bug 26363: Change SyslogIdentifier to match koha-worker > script style > >This patch changes the SyslogIdentifier so that it matches >the style used by koha-worker. >--- > debian/templates/koha-worker@.service | 2 +- > etc/koha-worker.service | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/templates/koha-worker@.service b/debian/templates/koha-worker@.service >index e209aa6a48..53c12ed321 100644 >--- a/debian/templates/koha-worker@.service >+++ b/debian/templates/koha-worker@.service >@@ -12,7 +12,7 @@ Restart=on-failure > RestartSec=5s > StartLimitBurst=3 > StartLimitInterval=60 >-SyslogIdentifier=koha-worker_%i >+SyslogIdentifier=%i-koha-worker > > [Install] > WantedBy=multi-user.target >diff --git a/etc/koha-worker.service b/etc/koha-worker.service >index 67a88303eb..126698b4c1 100644 >--- a/etc/koha-worker.service >+++ b/etc/koha-worker.service >@@ -11,7 +11,7 @@ Restart=on-failure > RestartSec=5s > StartLimitBurst=3 > StartLimitInterval=60 >-SyslogIdentifier=koha-worker-__DB_NAME__ >+SyslogIdentifier=__DB_NAME__-koha-worker > > [Install] > WantedBy=multi-user.target >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26363
:
111262
|
111263
|
113450
|
113461
|
114831
|
116203
|
116204
|
116205
|
117630