I am using airflow for my data pipeline project. I have configured my project in airflow and start the airflow server as a backend process using following command
Create a init script and use the command "daemon" to run this as service.
daemon --user="${USER}" --pidfile="${PID_FILE}" airflow webserver -p 8090 >> "${LOG_FILE}" 2>&1 &