docs: remove RuntimeDirectory from systemd service example

The RuntimeDirectory directive is unused by gunicorn and causes
unnecessary directory creation in /run.

Closes #3341
This commit is contained in:
Benoit Chesneau 2026-01-23 10:36:42 +01:00
parent cae2ef4fe4
commit 36f3807a74

View File

@ -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