13 lines
259 B
Desktop File
13 lines
259 B
Desktop File
[Unit]
|
|
Description=Sphinx - SQL Full Text Search Engine
|
|
After=local-fs.target network.target
|
|
|
|
[Service]
|
|
User=sphinx
|
|
Type=forking
|
|
PIDFile=/run/sphinx/searchd.pid
|
|
ExecStart=/usr/bin/searchd --config /etc/sphinx/sphinx.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|