From e22daee0567bf5a1aadcb02dd1b75f9705e38b71 Mon Sep 17 00:00:00 2001
From: "Paul J. Davis"
A popular method for deploying Gunicorn is to have it monitored by runit. An example service definition:
-#!/bin sh
+#!/bin/sh
GUNICORN=/usr/local/bin/gunicorn
ROOT=/path/to/project
diff --git a/doc/site/deploy.rst b/doc/site/deploy.rst
index ba6e1e42..a2660484 100644
--- a/doc/site/deploy.rst
+++ b/doc/site/deploy.rst
@@ -130,7 +130,7 @@ Runit
A popular method for deploying Gunicorn is to have it monitored by runit_.
An `example service`_ definition::
- #!/bin sh
+ #!/bin/sh
GUNICORN=/usr/local/bin/gunicorn
ROOT=/path/to/project