docs: revert duped directive

This commit is contained in:
Paul J. Dorn 2024-08-09 00:28:08 +02:00
parent ffa48b581d
commit 256d474a79

View File

@ -255,7 +255,6 @@ to the newly created unix socket:
# this user can be transiently created by systemd
# DynamicUser=true
RuntimeDirectory=gunicorn
WorkingDirectory=~
WorkingDirectory=/home/someuser/applicationroot
ExecStart=/usr/bin/gunicorn applicationname.wsgi
ExecReload=/bin/kill -s HUP $MAINPID