Skip to content

Commit ef527d6

Browse files
committed
Fix upstart script
1 parent 731ef66 commit ef527d6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engage-uwsgi",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"author": "jarshwah <josh.smeaton@gmail.com>",
55
"summary": "Install and configure uwsgi in Emperor mode",
66
"license": "MIT",

templates/uwsgi_upstart.conf.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stop on runlevel [!2345]
1010
respawn
1111

1212
pre-start script
13-
exec mkdir -p /run/uwsgi
14-
exec mkdir -p /var/log/uwsgi
13+
mkdir -p /run/uwsgi
14+
mkdir -p /var/log/uwsgi
1515
end script
1616
exec uwsgi --die-on-term --ini <%= @config_file %>

0 commit comments

Comments
 (0)