Bugzilla – Attachment 120817 Details for
Bug 27844
koha-worker systemd service should run as %i-koha in package install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27844: Launch koha-worker systemd service as koha linux user
Bug-27844-Launch-koha-worker-systemd-service-as-ko.patch (text/plain), 1.49 KB, created by
Victor Grousset/tuxayo
on 2021-05-10 23:12:12 UTC
(
hide
)
Description:
Bug 27844: Launch koha-worker systemd service as koha linux user
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2021-05-10 23:12:12 UTC
Size:
1.49 KB
patch
obsolete
>From da6c8ec2f50070beff07d39b954bff7ceb92bd75 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 2 Mar 2021 23:32:28 +0000 >Subject: [PATCH] Bug 27844: Launch koha-worker systemd service as koha linux > user > >This patch adds the User directive to the koha-worker systemd unit file > >Test plan: >0a. DO NOT APPLY PATCH YET >0b. Start a Koha testing environment running systemd >1. koha-worker --stop kohadev >2. cp debian/templates/koha-worker@.service /etc/systemd/system/. >3. systemctl start koha-worker@kohadev.service >4. ps -efww | grep "background_jobs_worker" >5. Note koha-worker is running as root >6. APPLY THE PATCH >7. cp debian/templates/koha-worker@.service /etc/systemd/system/. >8. systemctl daemon-reload >9. systemctl restart koha-worker@kohadev.service >10. ps -efww | grep "background_jobs_worker" >11. Note that koha-worker is now running as kohadev-koha > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > debian/templates/koha-worker@.service | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/debian/templates/koha-worker@.service b/debian/templates/koha-worker@.service >index 53c12ed321..826ae87abc 100644 >--- a/debian/templates/koha-worker@.service >+++ b/debian/templates/koha-worker@.service >@@ -5,6 +5,7 @@ Description=Koha Task Queue Worker > After=syslog.target network.target > > [Service] >+User=%i-koha > Environment=PERL5LIB=/usr/share/koha/lib > Environment=KOHA_CONF=/etc/koha/sites/%i/koha-conf.xml > ExecStart=/usr/share/koha/bin/background_jobs_worker.pl >-- >2.31.1
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 27844
:
117552
|
120817
|
120944