#!/sbin/openrc-run command="/usr/bin/gunicorn" pidfile="/run/${RC_SVCNAME}.pid" command_args="-w 4 -b 127.0.0.1:{{ proxy_port }} --chdir {{ docroot }} \ -u {{ web_user }} -g {{ web_group }} app:app" command_args_background="--daemon -p ${pidfile}"