Browse Source

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

hierra 6 years ago
parent
commit
d096e13d98
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      examples.of.what.worked.for.me/lib/systemd/system/searchd.service

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

@@ -4,7 +4,7 @@ After=syslog.target network.target
4 4
 
5 5
 [Service]
6 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 9
 [Install]
10 10
 WantedBy=multi-user.target

Loading…
Cancel
Save