3 lines
196 B
Plaintext
3 lines
196 B
Plaintext
*/15 * * * * php -f /var/www/html/cron.php
|
|
*/1 * * * * pgrep -af fulltextsearch | grep -qv grep || { php /var/www/html/occ fulltextsearch:index -q; php /var/www/html/occ fulltextsearch:live -q; }
|