The idea is to make install guides and better descriptive files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

searchd.service 224B

12345678910
  1. [Unit]
  2. Description=sphinx searchd SQL full-text search engine
  3. After=syslog.target network.target
  4. [Service]
  5. Type=forking
  6. ExecStart=/usr/bin/searchd --config /etc/sphinxsearch/sphinx.conf
  7. [Install]
  8. WantedBy=multi-user.target