diff options
Diffstat (limited to 'distro/arch/etc/conf.d/chef-server-webui.conf')
-rw-r--r-- | distro/arch/etc/conf.d/chef-server-webui.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/distro/arch/etc/conf.d/chef-server-webui.conf b/distro/arch/etc/conf.d/chef-server-webui.conf new file mode 100644 index 0000000000..a737a84aa6 --- /dev/null +++ b/distro/arch/etc/conf.d/chef-server-webui.conf @@ -0,0 +1,10 @@ +LOGFILE=/var/log/chef/server-webui.log +CONFIG=/etc/chef/webui.rb +ADAPTER=thin +PORT=4040 +USER=chef +GROUP=chef +# Sleep to give daemon enough time to fully start or stop. +STARTTIME=10 +DIETIME=5 +CHEF_SERVER_WEBUI_ARGS="-p $PORT -e production -d -a $ADAPTER -L $LOGFILE -C $CONFIG -u $USER -G $GROUP" |