sdsphinx/indexer/indexer-act.sh

8 lines
287 B
Bash
Raw Normal View History

2011-11-25 16:21:43 +00:00
#!/bin/bash
PATH_BIN=/usr/local/sphinx/bin
PATH_LOG=/dbs/sphinxlog
2014-04-17 10:35:01 +00:00
echo "$(date '+%Y-%m-%d %H:%M:%S') === DEBUT de l'indexation" >> $PATH_LOG/indexer.log
2014-02-10 09:07:13 +00:00
$PATH_BIN/indexer --rotate act >> $PATH_LOG/indexer.log
2014-04-17 10:35:01 +00:00
echo "$(date '+%Y-%m-%d %H:%M:%S') === FIN" >> $PATH_LOG/indexer.log