ALT Linux Bugzilla
– Attachment 7109 Details for
Bug 33551
Init script starts searchd under root user
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Fix init script to run searchd under _sphinx user
sphinx-2.2.11-init.patch (text/plain), 532 bytes, created by
Nikolay A. Fetisov
on 2017-06-15 12:34:20 MSK
(
hide
)
Description:
Fix init script to run searchd under _sphinx user
Filename:
MIME Type:
Creator:
Nikolay A. Fetisov
Created:
2017-06-15 12:34:20 MSK
Size:
532 bytes
patch
obsolete
>--- ./sphinx.init >+++ ./sphinx.init >@@ -15,13 +15,13 @@ WITHOUT_RC_COMPAT=1 > # Source function library. > . /etc/init.d/functions > >-PIDFILE=/var/run/searchd.pid >+PIDFILE=/var/run/sphinx/searchd.pid > LOCKFILE=/var/lock/subsys/searchd > RETVAL=0 > > start() > { >- start_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --expect-user _sphinx -- /usr/bin/searchd >+ start_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --expect-user _sphinx --set-user _sphinx -- /usr/bin/searchd > RETVAL=$? > return $RETVAL > }
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
Attachments on
bug 33551
: 7109