mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-08 05:31: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
|
NotifyAccess=main
|
||||||
User=someuser
|
User=someuser
|
||||||
Group=someuser
|
Group=someuser
|
||||||
RuntimeDirectory=gunicorn
|
|
||||||
WorkingDirectory=/home/someuser/applicationroot
|
WorkingDirectory=/home/someuser/applicationroot
|
||||||
ExecStart=/usr/bin/gunicorn applicationname.wsgi
|
ExecStart=/usr/bin/gunicorn applicationname.wsgi
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user