Browse Source

Atualizar 'examples.of.what.worked.for.me/lib/systemd/system/searchd.service'

hierra 6 years ago
parent
commit
d096e13d98

+ 1
- 1
examples.of.what.worked.for.me/lib/systemd/system/searchd.service View File

4
 
4
 
5
 [Service]
5
 [Service]
6
 Type=forking
6
 Type=forking
7
-ExecStart=/usr/bin/searchd --config /etc/sphinx/sphinx.conf
7
+ExecStart=/usr/bin/searchd --config /etc/sphinxsearch/sphinx.conf
8
 
8
 
9
 [Install]
9
 [Install]
10
 WantedBy=multi-user.target
10
 WantedBy=multi-user.target

Loading…
Cancel
Save