mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
docs: revert duped directive
This commit is contained in:
parent
ffa48b581d
commit
256d474a79
@ -255,7 +255,6 @@ to the newly created unix socket:
|
|||||||
# this user can be transiently created by systemd
|
# this user can be transiently created by systemd
|
||||||
# DynamicUser=true
|
# DynamicUser=true
|
||||||
RuntimeDirectory=gunicorn
|
RuntimeDirectory=gunicorn
|
||||||
WorkingDirectory=~
|
|
||||||
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