summaryrefslogtreecommitdiff
path: root/chef/distro/debian/etc/init/chef-solr.conf
blob: 4ca885e28d684383cfffb8e936a0f1bdefac16ae (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 0; }
end script

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