mirror of
https://gitee.com/clygintang/Dockfile-Coreseek.git
synced 2025-07-21 00:00:15 +08:00
8 lines
131 B
Bash
8 lines
131 B
Bash
#!/bin/bash
|
|
|
|
/usr/local/bin/indexer --all > /var/sphinx/log/indexer.log
|
|
|
|
echo "Starting Sphinx"
|
|
/usr/local/bin/searchd --nodetach
|
|
|