From 6c3d081aba9eec5694f4548d40f14d18373f2b1d Mon Sep 17 00:00:00 2001 From: David Cook 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. Signed-off-by: Martin Renvoize --- 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.20.1