We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731ef66 commit ef527d6Copy full SHA for ef527d6
2 files changed
metadata.json
@@ -1,6 +1,6 @@
1
{
2
"name": "engage-uwsgi",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"author": "jarshwah <josh.smeaton@gmail.com>",
5
"summary": "Install and configure uwsgi in Emperor mode",
6
"license": "MIT",
templates/uwsgi_upstart.conf.erb
@@ -10,7 +10,7 @@ stop on runlevel [!2345]
10
respawn
11
12
pre-start script
13
- exec mkdir -p /run/uwsgi
14
- exec mkdir -p /var/log/uwsgi
+ mkdir -p /run/uwsgi
+ mkdir -p /var/log/uwsgi
15
end script
16
exec uwsgi --die-on-term --ini <%= @config_file %>
0 commit comments