#!/sbin/openrc-run supervisor="supervise-daemon" name="jnfilter" command="/usr/bin/gunicorn" command_args=" -w ${workers} -b ${host}:${port} jnfilter:app " command_background="yes" pidfile="/run/$RC_SVCNAME.pid" depend() { use net }