summaryrefslogtreecommitdiff
path: root/distro/debian/etc/init/chef-solr.conf
blob: edca5e3f803ee2cbb79542a82baef4dd76872faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# chef-solr - Chef Solr
#
# Chef Solr provides Solr search for Chef Server

description "Chef Solr"

start on filesystem
stop on runlevel [!2345]

respawn
respawn limit 5 30

pre-start script
    test -x /usr/bin/chef-solr || { stop; exit 1; }
end script

exec /usr/bin/chef-solr -c /etc/chef/solr.rb -L /var/log/chef/solr.log