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