From 153019f33aab4252947c8692dd0dbabe9ab4c8a8 Mon Sep 17 00:00:00 2001 From: Wilson Gomez Date: Tue, 10 Jan 2023 14:10:14 -0500 Subject: [PATCH] minor fix --- api-fast.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-fast.service b/api-fast.service index 9ab5035..1bac047 100644 --- a/api-fast.service +++ b/api-fast.service @@ -7,7 +7,7 @@ After=network.target [Service] User=psk WorkingDirectory=/home/psk/predash/api-fast -ExecStart=python3 run.py +ExecStart=/home/psk/.virtualenvs/tryton60/bin/python3 run.py #ExecStop= [Install]