From bb3974fe4c84dbad7da3357b9e78a3ec0f4e31e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=88=98=EC=A4=80?= Date: Mon, 25 Sep 2023 10:22:03 +0900 Subject: [PATCH] FIX: fix test code --- awx-perfermance.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx-perfermance.service b/awx-perfermance.service index a7afeb0..00f7a9f 100644 --- a/awx-perfermance.service +++ b/awx-perfermance.service @@ -2,7 +2,7 @@ Description=awx-perfermance [Service] -ExecStart=/home/sdt/miniconda3/bin/python3 /usr/local/sdt/app/appName/main.py -config appName +ExecStart=/usr/bin/python3 /usr/local/sdt/app/appName/main.py -config appName Restart=always RestartSec=10