You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 lines
251 B

#!/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}"