fix: correct Go binary path in systemd service (/snap/bin/go)
This commit is contained in:
@@ -8,7 +8,7 @@ Type=simple
|
|||||||
User=txeo
|
User=txeo
|
||||||
Group=txeo
|
Group=txeo
|
||||||
WorkingDirectory=/home/txeo/Git/yo/cv
|
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)
|
# Load environment from .env file (API keys, SMTP, chat config)
|
||||||
EnvironmentFile=/home/txeo/Git/yo/cv/.env
|
EnvironmentFile=/home/txeo/Git/yo/cv/.env
|
||||||
|
|||||||
Reference in New Issue
Block a user