mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-05 12:11:29 +08:00
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:
parent
cae2ef4fe4
commit
36f3807a74
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user