summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 19:11:23 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 19:11:23 +0200
commit141a3f5e135daa9ae93e55b42242caf8b1d88bb5 (patch)
treef439be3fd68597dc516a03767a9c67b97cebe769
parentCompletely remove validation. (diff)
downloadgunicorn-141a3f5e135daa9ae93e55b42242caf8b1d88bb5.tar.gz
gunicorn-141a3f5e135daa9ae93e55b42242caf8b1d88bb5.tar.xz
Correct placeholder in unit file.
-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]