Skip to content

feature: script/thinking_sphinx to use with systemd

azul requested to merge scripts into master

Simple script that takes command as an argument. Commands can be:

  • start
  • stop
  • restart
  • status

status will exit with 0 if sphinx is running and non-zero otherwise

Merge request reports