mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 19:20:12 +01:00
fixed a bug in rc.searchd
This commit is contained in:
parent
7c01bfe89d
commit
81a8409dee
@ -13,7 +13,7 @@ start() {
|
|||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
echo "stopping searchd"
|
echo "stopping searchd"
|
||||||
killall ${NAME}
|
kill ${PID_NUMBER}
|
||||||
}
|
}
|
||||||
|
|
||||||
check_status(){
|
check_status(){
|
||||||
|
Loading…
Reference in New Issue
Block a user