Skip to content

Commit

Permalink
fix uwsgi path because we would like to use 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 9, 2014
1 parent fd79206 commit b9794de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy/tmp/uwsgi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<service_fmri value="svc:/system/filesystem/local"/>
</dependency>

<exec_method type="method" name="start" exec="/opt/local/bin/uwsgi-3.3 --emperor /opt/local/etc/uwsgi/" timeout_seconds="60"/>
<exec_method type="method" name="start" exec="/opt/local/bin/uwsgi-2.7 --emperor /opt/local/etc/uwsgi/" timeout_seconds="60"/>
<exec_method type="method" name="stop" exec=":kill" timeout_seconds="60"/>

<property_group name="startd" type="framework">
Expand Down

0 comments on commit b9794de

Please sign in to comment.