blob: 3d855705ba3e4b2fa98b60a39b0b873c3fefeecd (
plain)
1
2
3
4
5
6
7
8
|
LOGFILE=/var/log/chef/expander.log
CONFIG=/etc/chef/solr.rb
USER=chef
GROUP=chef
# Sleep to give daemon enough time to fully start or stop.
DIETIME=5
STARTTIME=5
CHEF_EXPANDER_ARGS="-n 1 -i 1"
|