Skip to content

Instantly share code, notes, and snippets.

@aronson
Created March 18, 2013 15:02
Show Gist options
  • Save aronson/5187781 to your computer and use it in GitHub Desktop.
Save aronson/5187781 to your computer and use it in GitHub Desktop.
[Unit]
Description=Sphinx - SQL Full Text Search Engine
After=local-fs.target network.target mysqld.service
[Service]
Type=forking
PIDFile=/var/lib/sphinx/log/searchd.pid
ExecStart=/usr/bin/searchd --config /etc/sphinx/sphinx.conf
ExecStop=/usr/bin/searchd --config /etc/sphinx/sphinx.conf --stopwait
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment