diff options
Diffstat (limited to 'distro/arch/etc/conf.d/chef-expander.conf')
-rw-r--r-- | distro/arch/etc/conf.d/chef-expander.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/distro/arch/etc/conf.d/chef-expander.conf b/distro/arch/etc/conf.d/chef-expander.conf new file mode 100644 index 0000000000..4c70bdd2eb --- /dev/null +++ b/distro/arch/etc/conf.d/chef-expander.conf @@ -0,0 +1,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="-d -c $CONFIG -L $LOGFILE -n 1 -i 1" |