From 36f3807a74a816b134b693082f0373f49305f4f8 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Fri, 23 Jan 2026 10:36:42 +0100 Subject: [PATCH] docs: remove RuntimeDirectory from systemd service example The RuntimeDirectory directive is unused by gunicorn and causes unnecessary directory creation in /run. Closes #3341 --- docs/content/deploy.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/deploy.md b/docs/content/deploy.md index bb78674e..435bc426 100644 --- a/docs/content/deploy.md +++ b/docs/content/deploy.md @@ -214,7 +214,6 @@ Type=notify NotifyAccess=main User=someuser Group=someuser -RuntimeDirectory=gunicorn WorkingDirectory=/home/someuser/applicationroot ExecStart=/usr/bin/gunicorn applicationname.wsgi ExecReload=/bin/kill -s HUP $MAINPID