From 256d474a7910bd605f2cc8c082b79c1ae55215a9 Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Fri, 9 Aug 2024 00:28:08 +0200 Subject: [PATCH] docs: revert duped directive --- docs/source/deploy.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index c6bdbe114..5f8689793 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -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