#!/bin/bash

export hostname=$hostname
nohup fluent-bit -c /work/codebase/api_apache_fluent_bit.conf &

apachectl -D FOREGROUND
