Browse Source

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

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

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

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

Loading…
Cancel
Save