mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:51:59 +01:00
fixed pid path in rc.searchd
This commit is contained in:
parent
f530f84d62
commit
5c9c95d5a9
@ -3,7 +3,7 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
NAME=searchd
|
NAME=searchd
|
||||||
PID_FILE=/var/piler/sphinx/searchd.pid
|
PID_FILE=/var/run/piler/searchd.pid
|
||||||
PID_NUMBER=`test -f ${PID_FILE} && cat ${PID_FILE}`
|
PID_NUMBER=`test -f ${PID_FILE} && cat ${PID_FILE}`
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
Loading…
Reference in New Issue
Block a user