From 6bc4f29def27056ff60a2c1573aee3620c0773e4 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Thu, 9 Apr 2026 11:18:36 +0100 Subject: [PATCH] fix: correct Go binary path in systemd service (/snap/bin/go) --- config/systemd/cv.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/systemd/cv.service b/config/systemd/cv.service index c277aa0..4dba97a 100644 --- a/config/systemd/cv.service +++ b/config/systemd/cv.service @@ -8,7 +8,7 @@ Type=simple User=txeo Group=txeo WorkingDirectory=/home/txeo/Git/yo/cv -ExecStart=/usr/bin/go run . +ExecStart=/snap/bin/go run . # Load environment from .env file (API keys, SMTP, chat config) EnvironmentFile=/home/txeo/Git/yo/cv/.env