mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:31:59 +01:00
fixed pid path in rc.searchd
This commit is contained in:
parent
f530f84d62
commit
5c9c95d5a9
@ -3,7 +3,7 @@
|
||||
##
|
||||
|
||||
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}`
|
||||
|
||||
start() {
|
||||
|
Loading…
Reference in New Issue
Block a user