From f3203b0f3d3cbe4e01c32345176419dd2ab92196 Mon Sep 17 00:00:00 2001 From: Jaxon Wright Date: Tue, 31 Dec 2024 12:58:09 -0500 Subject: [PATCH] prepend python3 path in ExecStart of service --- nova-chatmix.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova-chatmix.service b/nova-chatmix.service index a5228b7..1f840b9 100644 --- a/nova-chatmix.service +++ b/nova-chatmix.service @@ -7,7 +7,7 @@ Wants=network-online.target Restart=no Type=simple ExecStartPre=/bin/sleep 1 -ExecStart=%h/.local/bin/nova.py +ExecStart=/usr/bin/python3 %h/.local/bin/nova.py [Install] WantedBy=default.target