From d12f4dc83629b5b7da863f3f5b688cc7f26de3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Pe=C4=8Dar?= Date: Sun, 10 Nov 2024 23:21:39 +0000 Subject: [PATCH] Fix typo --- .deploy/surfcams.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.deploy/surfcams.service b/.deploy/surfcams.service index 1827791..93a5944 100644 --- a/.deploy/surfcams.service +++ b/.deploy/surfcams.service @@ -7,7 +7,7 @@ Type=simple Restart=always RestartSec=1 WorkingDirectory=/var/apps/surfcams -ExecStart=/var/apps/surfcams/.venv/bin/surfcamsapi.asgi:application +ExecStart=/var/apps/surfcams/.venv/bin/gunicorn surfcamsapi.asgi:application ExecReload=/bin/kill -s HUP $MAINPID ExecStop=/bin/kill -s TERM $MANPID User=anze