sdsphinx/indexer/indexer-act.sh

8 lines
295 B
Bash
Raw Normal View History

2011-11-25 17:21:43 +01:00
#!/bin/bash
PATH_BIN=/usr/local/sphinx/bin
PATH_LOG=/dbs/sphinxlog
2014-04-18 15:34:59 +02:00
echo "$(date '+%Y-%m-%d %H:%M:%S') === INDEXATION ACT" >> $PATH_LOG/indexer.log
2014-02-10 10:07:13 +01:00
$PATH_BIN/indexer --rotate act >> $PATH_LOG/indexer.log
2014-04-18 15:34:59 +02:00
echo "$(date '+%Y-%m-%d %H:%M:%S') === FIN INDEXATION ACT" >> $PATH_LOG/indexer.log