Bugzilla – Attachment 37164 Details for
Bug 13896
PID is created in /tmp/ instead of in /var/run/koha/...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0001-Fix-pid-file-creation-use-proper-directory-instead-o.patch (text/plain), 1.07 KB, created by
Attila Kinali
on 2015-03-23 22:03:07 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Attila Kinali
Created:
2015-03-23 22:03:07 UTC
Size:
1.07 KB
patch
obsolete
>From fd44f7159b2afb837d8838facb0c2a401df5879f Mon Sep 17 00:00:00 2001 >From: Attila Kinali <attila@kinali.ch> >Date: Mon, 23 Mar 2015 22:58:22 +0100 >Subject: [PATCH] Fix pid file creation, use proper directory instead of /tmp/ > >daemon uses by default /tmp/ for pid files, if they are unspecified. >Pass the right directory to daemon, so it knows where to put the pid file. > >Signed-off-by: Attila Kinali <attila@kinali.ch> >--- > debian/scripts/koha-start-zebra | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/debian/scripts/koha-start-zebra b/debian/scripts/koha-start-zebra >index 185a650..ce6c469 100755 >--- a/debian/scripts/koha-start-zebra >+++ b/debian/scripts/koha-start-zebra >@@ -40,6 +40,7 @@ start_zebra_instance() > "/var/log/koha/$instancename/zebra-output.log" > daemon \ > --name="$instancename-koha-zebra" \ >+ --pidfiles="/var/run/koha/$instancename/" \ > --errlog="/var/log/koha/$instancename/zebra-error.log" \ > --stdout="/var/log/koha/$instancename/zebra.log" \ > --output="/var/log/koha/$instancename/zebra-output.log" \ >-- >2.1.4 >
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 13896
:
37164
|
37434
|
37460
|
37589