From fc64f391ab23977099d705da2d56426ef40ee9c0 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sat, 6 Aug 2022 17:57:10 -0400 Subject: [PATCH] fix systemd --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 09acc61..d2fb8ef 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ User=recipes Group=www-data WorkingDirectory=__FINALPATH__ EnvironmentFile=__FINALPATH__/.env -ExecStart=__FINALPATH__/bin/gunicorn --error-logfile /tmp/gunicorn_err.log --log-level debug --capture-output --bind unix:__FINALPATH__/recipes.sock recipes.wsgi:application +ExecStart=__FINALPATH__/venv/bin/gunicorn --error-logfile /tmp/gunicorn_err.log --log-level debug --capture-output --bind unix:__FINALPATH__/recipes.sock recipes.wsgi:application [Install] WantedBy=multi-user.target \ No newline at end of file