summaryrefslogtreecommitdiff
path: root/files/gunicorn@.service
diff options
context:
space:
mode:
Diffstat (limited to 'files/gunicorn@.service')
-rw-r--r--files/gunicorn@.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/gunicorn@.service b/files/gunicorn@.service
index 5d85bb4..3569eee 100644
--- a/files/gunicorn@.service
+++ b/files/gunicorn@.service
@@ -1,5 +1,5 @@
[Unit]
-Description=%s through the Gunicorn WSGI server
+Description=%i through the Gunicorn WSGI server
After=network.target
[Service]
@@ -8,7 +8,7 @@ After=network.target
Type=simple
PrivateDevices=yes
PrivateTmp=true
-ExecStart=gunicorn --config /var/lib/gunicorn/%s.conf.py
+ExecStart=gunicorn --config /var/lib/gunicorn/%i.conf.py
ExecReload=/bin/kill -s HUP $MAINPID
[Install]